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…
Using Conditional Logic to Change Date Picker Locale
This snippet works with the WPML plugin and only apply date picker locale changes when the…
How to Link Your Conversational Form Logo
This code snippet will make the logo clickable in a WPForms Conversational Form.
How to Display Hidden Single Item Fields in Order Summary
This code snippet will display the hidden single item field in order summary
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/…
Automatic CSS/JavaScript Cache Busting
Replace the `ver` query arg with the JavaScript/CSS file's last modified timestamp (WordPress CSS/JS Cache Busting)
Add a custom field to the checkout screen
Allows one to add a custom field to the checkout screen
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…
Change Default Post Type Singular Label “Location”
This filter can be used to change the default post type singular label from “Location” to…
Change Location Taxonomy Options When its Registered
This filter can be used to change the taxonomy option to ‘hierarchical’
Disable All Page Builder Integration
This filter can be used to completely disable our page builder integration for all builders.
Exclude a Specific Term from the Sitemap
This filter can be used to Exclude a Specific Term from the Sitemap. Note: Replace 412…
Change Twitter Title for a Specific Post
This filter can be used to Change the Twitter Title for a Specific Post. You can…
Remove the Article schema from Posts
This snippet removes the Article schema from Posts
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…