Troubleshooting Action Scheduler - access the Scheduled Actions page

Some plugins that install the Action Scheduler library (such as the Action Scheduler plugin itself) add…

20+

Hide the breadcrumbs on pages.

This snippet can be used to hide the breadcrumbs on pages.

20+

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…

10+

Change the separator html on pages

This snippet can be used to change the separator html on pages

10+

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/…

10+

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…

10+

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…

10+

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

10+

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( ) {…

10+

Add Donation Form Shortcode

Display a specific campaign's donation form using a shortcode.

1 18 19 20 21 22 149