Change the separator symbol on pages
This snippet can be used to change the separator symbol on pages
Disable the AIOSEO Flyout Menu for Non-Administrator Users.
This snippet can be used to disable the AIOSEO flyout menu for non-administrator users.
Change Opening Hours Closed Label
This filter can be used to change the closed label of Opening Hours. Replace 'Closed today.'…
Remove the Article schema from Posts
This snippet removes the Article schema from Posts
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…
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/…
Dynamically Displaying Years in Your Forms
/** * Dynamically display years in the forms * * @link https://wpforms.com/developers/how-to-dynamically-display-years-in-your-forms/ */ function wpf_dev_dynamic_school_year( )…
Minimalistic Admin Bar
This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…
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…
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…
How to Restrict Numbers in a Single Line Text Form Field
/** * Disallow numbers in a single-line text field * * @link https://wpforms.com/developers/how-to-restrict-numbers-in-a-single-line-text-form-field/ */ function wpf_dev_disallow_numbers_text_field(…
How to Change the Captcha Theme on Google Checkbox v2 reCAPTCHA
/** * Change the captcha theme for the Google Checkbox v2 reCAPTCHA * * @link https://wpforms.com/developers/how-to-change-the-captcha-theme-on-google-checkbox-v2-recaptcha/…
How to Add an Input Mask to the International Postal Code
/* * Custom input mask for the address field's international scheme. * * @link https://wpforms.com/developers/how-to-add-an-input-mask-to-the-international-postal-code */…
Use a custom ID prefix in Table of Content block
This snippet can be used to add a custom ID prefix for the Table of Content…