Change Business Info Location Icon

This filter can be used to change the business info location icon. Replace "/assets/images/email-icon.png" with the…

20+

Attributes for aioseo_robots_meta

These are just the attributes for the aioseo_robots_meta filter

20+

How to Center a Form

This code centers the form using margin: 0 auto and sets a maximum width of 500px.

20+

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

20+

Hide the breadcrumbs on pages.

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

20+

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…

20+

Remove datePublished and dateModified properties from the Article schema for Posts

This snippet removes the datePublished and dateModified properties from the Article schema for Posts

20+

Add Checkbox Field To Donation Form

Collect a checkbox field in the donation form.

Dynamically Change the SEO Title of a Specific Post Before the Metadata is Saved

The code snippet below can be used to dynamically change the SEO title of a specific…

20+

Localizing Date Picker Strings

This snippet is used to modify WPForms' default date picker locale

20+

Real-time validation for restricting numbers from Single Line Text field

/** * Dynamically prevent numbers from being entered on single line text fields * * @link…

20+

How to Add Firework Animation to Confirmation Message

/** * Add fireworks to the canvas element on the confirmation message * * @link https://wpforms.com/developers/how-to-add-confetti-animation-to-confirmation-message/…

20+

Add Donation Form Shortcode

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

Add Select Field To Donation Form

Add a select field to the donation form.

Decrease the retention period to one week for the Action Scheduler

By default, Action Scheduler will automatically remove completed tasks after thirty days. However, this time period…

20+
1 18 19 20 21 22 177