Disable wordpress big image scaling

add_filter('big_image_size_threshold', '__return_false' );

Increase After Order Actions Delay

By default, Easy Digital Downloads schedules a WP Cron event 30 seconds after a purchase is…

Prevent Tasty Links inside Tasty Recipes

Prefer to keep your recipe cards clear of automatic links from your Tasty Links keywords? No…

<10

Remove Recurring Donation Time Periods

This snippet removes some options for recurring donation periods with Charitable's Recurring Donations addon. This might…

Allow mobile zoom

function et_add_viewport_meta(){ echo ''; }

1 2 3 4