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…

Display Post and Page IDs in WordPress Columns

This PHP code enables you to display the IDs of posts and pages within WordPress columns.…

Automatically Delete Woocommerce Images After Deleting a Product

Automatically Delete Woocommerce Images After Deleting a Product

Custom Receipt Page

Redirect to custom receipt or another page after a donation is completed. Can be per campaign…

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…

10+

Add Multiple Checkboxes To Donation Form

This uses the "multi-checkbox" vs just "checkbox" for a single checkbox.

Changing Sublabels for the Email Field

This snippet is used to update the default labels for the Email field when it includes…

10+

Change the No Results Found text in Modern Dropdown

This snippet changes the default no result found text in Dropdown field with Modern style.

10+

How to Customize the Rich Text Field TinyMCE Icons

/** * Customize Rich Text Field TinyMCE buttons for top toolbar. * * @link https://wpforms.com/developers/how-to-customize-the-rich-text-field-tinymce-icons/ */…

10+

Generate and Send Invoice Number to Authorize.Net

This snippet generates and sends a unique invoice number to Authorize.Net for completed payments in WPForms

10+

Remove the default 'aioseo-' ID prefix added for the Table of Content block

This snippet can be used to remove the default 'aioseo-' ID prefix added for the Table…

10+

How to Set the Language for Google reCAPTCHA

/** * Set the language for Google reCAPTCHA. * * @link https://wpforms.com/developers/how-to-set-the-language-for-google-recaptcha/ */ function wpf_dev_recaptcha_language( $url…

10+

Customizing Checkbox and Radio Fields to Look Like Buttons (Specific Forms)

This code snippet will customize Checkbox and Radio fields to look like buttons.

10+

Upload font files to media library

Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library

WP Simple Pay: Add More Aggressive Rate Limiting

Changes the various default rate limit settings.

1 17 18 19 20 21 116