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+

Remove Multiple Fields From {all_fields} in Notifications

This code snippet removes multiple fields from your email notifications while still using the {all_fields} smart…

10+

How to Add Address Field Validation For Authorize.net

/** * Add address validation for Authorize.net address fields * * @link https://wpforms.com/developers/how-to-add-address-field-validation-for-authorize-net/ */ function wpf_dev_authorize_address_validation(…

10+

Minimalistic Admin Bar

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

Remove the Article schema from Posts

This snippet removes the Article schema from Posts

10+

Customizing Checkbox and Radio Fields to Look Like Buttons (All Forms)

This code snippet will customize Checkbox and Radio fields to look like buttons for all forms.

10+

Add a custom field to the checkout screen

Allows one to add a custom field to the checkout screen

Change Default Post Type Singular Label “Location”

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

10+

Change Location Taxonomy Options When its Registered

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

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+

Change Twitter Title for a Specific Post

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

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+

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+

How to Perform Field Comparisons Within Your WPForms

/** * Perform Field Comparisons * * @link https://wpforms.com/developers/how-to-perform-field-comparisons-within-your-wpforms/ */ function wpf_dev_compare_fields( $fields, $entry, $form_data )…

10+

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+
1 14 15 16 17 18 114