Disable "Scheduled export e-mail of ... returned false when sending to ..." notice in Scheduled Exports

function custom_woo_ce_cron_export_email_wp_mail_failure_notice() { // Turn off the error notice return false; } add_filter( 'woo_ce_cron_export_email_wp_mail_failure_notice', 'custom_woo_ce_cron_export_email_wp_mail_failure_notice' );

<10

WordPress Memory Exhausted

WordPress is written in PHP, which is a server-side programming language. Additionally, every website needs a…

AdCritter

Audience Pixel Code

Amanda Sox
<10

Menu Item image Animation on Hover

When you hover over a menu item, the will be an image which will slide behind…

<10

Re-route BuddyPress emails through WP Mail SMTP

This snippet will re-route all BuddyPress emails through WP Mail SMTP. This code snippet will also…

Remove Decimals

Removes decimal places from all prices

Remove Last Name at Checkout

Removes the Last Name field from the checkout page. Note: This worked with checkout shortcode only

Hide payment icons for trials

Hides the payment icons on checkout when the item in the card is a free trial

Enable Comments

Adds comment support to the download post type

1 66 67 68 69 70