Attributes for aioseo_robots_meta
These are just the attributes for the aioseo_robots_meta filter
How to Automatically Submit a Form with a Field Choice
/** * Trigger submit from checkbox click * * @link https://wpforms.com/developers/how-to-automatically-submit-a-form-with-a-field-choice/ */ function wpf_dev_automatic_submit_form( ) {…
Remove the crumb for the ‘uncategorized’ category
This snippet can be used to remove the crumb for the ‘uncategorized’ category
Change OG Title of a Specific Post
This filter can be used to change the OG Title of a Specific Post with ID…
Remove article:published_time and article:modified_time meta tags from all posts
This filter can be used to remove article:published_time and article:modified_time meta tags from all posts
Dynamically Change the SEO title of a Specific Post when the Metadata is Loaded
This filter can be used to dynamically change the SEO title of a specific post when…
Change Business Info Location Icon
This filter can be used to change the business info location icon. Replace "/assets/images/email-icon.png" with the…
How to Center a Form
This code centers the form using margin: 0 auto and sets a maximum width of 500px.
Hide the breadcrumbs on pages.
This snippet can be used to hide the breadcrumbs on pages.
Change Business Info Opening Hours Icon
This filter can be used to change the business info Opening Hours icon. Replace "/assets/images/email-icon.png" with…
Remove datePublished and dateModified properties from the Article schema for Posts
This snippet removes the datePublished and dateModified properties from the Article schema for Posts
How to Add Firework Animation to Confirmation Message
/** * Add fireworks to the canvas element on the confirmation message * * @link https://wpforms.com/developers/how-to-add-confetti-animation-to-confirmation-message/…
Dynamically Change the SEO Title of a Specific Post Before the Metadata is Saved
The code snippet below can be used to dynamically change the SEO title of a specific…
Localizing Date Picker Strings
This snippet is used to modify WPForms' default date picker locale
Real-time validation for restricting numbers from Single Line Text field
/** * Dynamically prevent numbers from being entered on single line text fields * * @link…