To Remove a Single Field From {all_fields}
This code snippet removes a single field from your email notifications while still using the {all_fields}…
Disable Emoji Image Conversion Script of the Classic Editor
This filter can be used to disable the emoji image conversion script of the Classic Editor…
Display Donation Form
Display a specific campaign's donation form.
Custom Style Icons for Rating field
This snippet will customize your rating icons in the Rating field
Hiding the Currency Symbol in WPForms Total Field
This code snippet removes the following currency symbols from the Total field: £, $, €.
How to Add Address Field Validation For Authorize.net
/** * Add address validation for Authorize.net address fields * * @link https://wpforms.com/developers/how-to-add-address-field-validation-for-authorize-net/ */ function wpf_dev_authorize_address_validation(…
Change / Translate Plugin Text
This is a local translation snippet that should work for any phrases in Charitable and Charitable…
Disable SEO News Dashboard Widget
This filter can be used to Disable SEO News Dashboard Widget.
Remove Line Breaks From CSV Exports
This snippet will remove the line breaks from CSV exports.
Exclude a Specific Post from the Sitemap
This filter can be used to Exclude a Specific Post from the Sitemap. Note: Replace 614…
Remove Unused JS
/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…
Change the separator symbol on pages
This snippet can be used to change the separator symbol on pages
Disable Redirect Logging in AIOSEO Redirects
This filter can be used to skip logging redirect logging in AIOSEO Redirects.
Change Default Post Type Plural Label “Locations”
This filter can be used to change the default post type plural label from “Locations” to…
Duplicate Posts and Pages
// Add the duplicate link to action list for post_row_actions // for "post" and custom post…