Set WP Login Url To Charitable Login Page
Always use the Charitable login page as the login.
Add Email Headers
Add headers to Charitable emails (for example CC/BCC headers).
Change Postcode To Zipcode
Change the "Postcode" field into a "ZIP Code" field.
Add Field To Set Custom Page As Donation Page
Create a new campaign field allowing to select the page where donations are made.
Use Page Template For Campaigns
Instead of using the Post template for campaigns, use the Page template as a fallback.
Add a color picker field in Formidable Forms
Install this snippet and add 'frm-color-picker' in the 'CSS Layout Classes' setting for a field.
Display Post and Page IDs in WordPress Columns
This PHP code enables you to display the IDs of posts and pages within WordPress columns.…
display user name in a menu
/** * Show a user's display name/user name in a WordPress menu. * Once this code…
Remove Author Links
If you are disabling author archives on your site you will want to remove the author…
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…
Changing Sublabels for the Email Field
This snippet is used to update the default labels for the Email field when it includes…
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/ */…
How to Add BCC to Email Notifications (for specific form)
/** * Add BCC recipients to specific form email notifications. * * @link https://wpforms.com/docs/how-to-add-bcc-to-email-notifications/ */ add_filter(…