How to Disable Browser Autocomplete for Form Fields - all fields

/** * Disable form autocomplete for all fields on a specific form * * @link https://wpforms.com/developers/disable-browser-autocomplete-for-form-fields/…

10+

How to Change the Captcha Theme on Google Checkbox v2 reCAPTCHA

/** * Change the captcha theme for the Google Checkbox v2 reCAPTCHA * * @link https://wpforms.com/developers/how-to-change-the-captcha-theme-on-google-checkbox-v2-recaptcha/…

10+

Remove the Article schema from Posts

This snippet removes the Article schema from Posts

10+

How to Add an Input Mask to the International Postal Code

/* * Custom input mask for the address field's international scheme. * * @link https://wpforms.com/developers/how-to-add-an-input-mask-to-the-international-postal-code */…

10+

Control Whether AIOSEO Flushes Output Buffer After Rewriting Title

This snippet can be used to control whether AIOSEO flushes the output buffer after rewriting the…

10+

Change Time zone Offset in the Publish Date of the Sitemap Entries

The code snippet below can be used to change the time zone offset in the publish…

10+

How to Disable reCAPTCHA for Automated Testing

/** * Disable for automated testing. * * @link https://wpforms.com/developers/how-to-disable-recaptcha-for-automated-testing/ */ // Disable reCAPTCHA assets and…

10+

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

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

10+

Change Default Post Type Singular Label “Location”

This filter can be used to change the default post type singular label from “Location” to…

10+

How to Restrict Numbers in a Single Line Text Form Field

/** * Disallow numbers in a single-line text field * * @link https://wpforms.com/developers/how-to-restrict-numbers-in-a-single-line-text-form-field/ */ function wpf_dev_disallow_numbers_text_field(…

10+

Change Location Taxonomy Options When its Registered

This filter can be used to change the taxonomy option to ‘hierarchical’

10+

Change the Payment Delimiter Inside Email Notifications

This snippet changes the default separator for payment details in emails.

10+

Change Twitter Title for a Specific Post

This filter can be used to Change the Twitter Title for a Specific Post. You can…

10+

Remove Address Line 2 from the Local SEO address output on the front end

This filter can be used to remove Address Line 2 from the Local SEO address output…

10+

Exclude a Specific Term from the Sitemap

This filter can be used to Exclude a Specific Term from the Sitemap. Note: Replace 412…

10+
1 15 16 17 18 19 126