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+

Removing the Header Image From Notification Emails of Specific Forms

This code snippet hides the header image in notification emails for only a few forms instead…

10+

Add Custom Campaign Field

This example shows how you can add a new campaign field to be displayed in Charitable…

Add Campaign Title To Start

Easily add the campaign name as a heading before the donation form.

Display Donation Form

Display a specific campaign's donation form.

Move Fields

Move fields in the Donation Form.

Remove Google Fonts (Elementor)

add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

Enable HTTP Strict Transport Security (HSTS) in WordPress

The provided code snippet is a WordPress function that enables a WordPress site's HTTP Strict Transport…

1 24 25 26 27 28 193