Troubleshooting Action Scheduler - access the Scheduled Actions page
Some plugins that install the Action Scheduler library (such as the Action Scheduler plugin itself) add…
Hide the breadcrumbs on pages.
This snippet can be used to hide the breadcrumbs on pages.
Remove Unused JS
/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…
Creating a Smart Tag from an ACF Field
/** * Register the Smart Tag so it will be available to select in the form…
Change the separator html on pages
This snippet can be used to change the separator html on pages
Duplicate Posts and Pages
// Add the duplicate link to action list for post_row_actions // for "post" and custom post…
How to Add Confetti Animation to Confirmation Message
** * Add confetti to the canvas element on the confirmation message * * @link https://wpforms.com/developers/how-to-add-confetti-animation-to-confirmation-message/…
Change Business Info Opening Hours Icon
This filter can be used to change the business info Opening Hours icon. Replace "/assets/images/email-icon.png" with…
Add Select Field To Donation Form
Add a select field to the donation form.
How to Restrict Countries Inside Smart Phone Form Fields
/** * Restrict countries inside the Smart Phone form field * * @link https://wpforms.com/how-to-restrict-countries-inside-smart-phone-form-fields/ */ function…
Open all external links in new tab
This makes the manual link tab association obsolete. All links to another domain will open in…
Add Campaign Progress Bar Shortcode
Add a new shortcode to display the progress bar for a particular campaign.
Localizing Date Picker Strings
This snippet is used to modify WPForms' default date picker locale
How to Automatically Submit a Form with a Field Choice
/** * Trigger submit from checkbox click * * @link https://wpforms.com/developers/how-to-automatically-submit-a-form-with-a-field-choice/ */ function wpf_dev_automatic_submit_form( ) {…
Add Donation Form Shortcode
Display a specific campaign's donation form using a shortcode.