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+

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 Display Hidden Single Item Fields in Order Summary

This code snippet will display the hidden single item field in order summary

10+

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…

Change the separator symbol on pages

This snippet can be used to change the separator symbol on pages

10+

Disable Custom Link Format of AIOSEO in the Block and Classic Editors

This snippet can be used to disable the custom link format that All in One SEO…

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+

Change Location Taxonomy Options When its Registered

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

10+

Disable All Page Builder Integration

This filter can be used to completely disable our page builder integration for all builders.

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+

Remove the Article schema from Posts

This snippet removes the Article schema from Posts

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+

How to Link Your Conversational Form Logo

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

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