Set a Custom Reply-To Email
This snippet will ensure all emails sent from your site have the same reply-to email address.…
Customize the From Email Address for the Save and Resume Addon
This snippet will customize the from email address that the Save and Resume addon uses when…
Increase the Number of Posts Imported Per Batch from SEOPress Plugin
This filter can be used to increase the default number of posts imported per batch from…
Custom Receipt Page
Redirect to custom receipt or another page after a donation is completed. Can be per campaign…
Change the Default Taxonomy Slug “locations-category”
This filter can be used to change the default taxonomy slug “locations-category”.
Display Featured Image in Post List
Make featured image visible in post list and quick edit view for any kind of post…
increase upload memory
upload_max_filesize = 256M post_max_size = 256M max_execution_time = 300 />
Allow Webp, SVG, ICO
A Pro Snippet
Set a Custom Email Header
This snippet sets custom email headers to ensure you can control specific behaviors of your sent…
How to Defer the reCAPTCHA Script
/** * Defer the reCAPTCHA script until after the page loads * * @link https://wpforms.com/developers/how-to-defer-the-recaptcha-script/ */…
Upload font files to media library
Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library
Disable Update Emails
// Disable auto-update email notifications add_filter('auto_core_update_send_email', 'disable_auto_update_emails', 10, 4); function disable_auto_update_emails($send, $type, $core_update, $result) { if…
Auto Register Login Link
Replaces the login link included in the Auto Register email, which directs customers to log into…
Hide the last item in the breadcrumb trail
This filter can be used to hide the last item in the breadcrumb trail.
Define the Mailgun Signing Key Constant
This snippet will allow you to define your Mailgun Signing Key constant inside your wp-config.php file…