Remove Gift Aid "Title" Field From Donation Forms
add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…
Remove categories
Remove categories
Send Google Drive link to Google Sheets and purge entries
Delays the Google Sheets task until Google Drive has finished uploading, then swaps the local/download URL…
Add Tax ID to Shipping Label
/** * Add the Tax ID Field to the settings page * * In this example…
Inversiones Festidram
{ "@context": "https://schema.org", "@type": ["EventVenue", "LocalBusiness"], "name": "Inversiones Festidram", "description": "Servicios integrales de festejos, alquiler de…
Including product tax to commission calculation
add_filter( 'wcvendors_commission_rate', 'wcv_calculate_commission_include_product_tax', 10, 5 ); function wcv_calculate_commission_include_product_tax( $commission, $product_id, $product_price, $order, $qty ) { $product…
Show the Speaker Photo Above the Speaker Details
Sugar Calendar's speaker page shows the detail fields and the biography, but it does not show…
test
echo 'test';
Change the action's string in the refund section - "View Details"
Change the action's string in the refund section - "View Details"
Untitled Snippet
HTML5
Remove title on all pages for Hello Theme
By default Hello theme displays page title at the top of every page. While you can…
remove auto linkig
remove_filter( 'comment_text', 'make_clickable', 9 );