Add Custom Campaign And Donation Field
In this example, a new email field is added which can be used both in campaign…
Register New Donation Field
Adding a new field (in this example it is a National ID Number). Explains all the…
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.
Custom Receipt Page
Redirect to custom receipt or another page after a donation is completed. Can be per campaign…
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.
Set a specific language for Cloudflare Turnstile.
/** * Set a specific language for Cloudflare Turnstile. * * @link https://wpforms.com/developers/how-to-set-the-language-for-cloudflare-turnstile */ function wpf_add_turnstile_language_script()…
How to Disable Browser Autocomplete for Form Fields - specific fields
/** * Disable autocomplete for a specific form and field ID * * @link https://wpforms.com/developers/disable-browser-autocomplete-for-form-fields/ */…
How to Change Google reCAPTCHA Language Settings
WPML support
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…
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…
Automatically Delete Woocommerce Images After Deleting a Product
Automatically Delete Woocommerce Images After Deleting a Product
Remove the link from the current breadcrumb item on a page
This snippet removes the link from the current breadcrumb item on a page.
Change the Post ID Being Processed by AIOSEO
This snippet can be used to change the Post ID being processed by AIOSEO.