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+

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+

Increase the Number of Posts Imported Per Batch from Rank Math Plugin

This filter can be used to increase the default number of posts imported per batch from…

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+

Change Default Post Type Singular Label “Location”

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

10+

Add Custom Donation Field

Add a new donation field to be displayed in Charitable emails related to donations.

How to Link Your Conversational Form Logo

This code snippet will make the logo clickable in a WPForms Conversational Form.

10+

Using Conditional Logic to Change Date Picker Locale

This snippet works with the WPML plugin and only apply date picker locale changes when the…

10+

Change Location Taxonomy Options When its Registered

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

10+

Add Campaign Creator Export Fields

Add additional campaign fields related to the campaign creator.

Minimalistic Admin Bar

This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…

Add Taxonomy Label to LLMS Term Titles

This snippet prepends the taxonomy label to term titles shown in llms.txt and llms-full.txt.

10+

Add Campaigns Menu

Add a top-level Campaigns menu tab to the menu in the WordPress dashboard.

How to Set the Language for Google reCAPTCHA

/** * Set the language for Google reCAPTCHA. * * @link https://wpforms.com/developers/how-to-set-the-language-for-google-recaptcha/ */ function wpf_dev_recaptcha_language( $url…

10+

Remove Donation Form Fields

This example shows how to remove fields from the donation form.

1 25 26 27 28 29 213