Change Validation Messages for WPML
When you need to provide multiple different language translations, these messages need to be conditionally different.…
Allow Users Without Editing Permissions to Edit Their Author SEO Details
This filter can be used to allow users that don’t have editing permissions to edit their…
Set max-video-preview to 0
This snippet sets max-video-preview robots meta tag to 0
How to Add Confetti Animation to Confirmation Message
** * Add confetti to the canvas element on the confirmation message * * @link https://wpforms.com/developers/how-to-add-confetti-animation-to-confirmation-message/…
Change Business Info Email Icon
This filter can be used to change the business info email icon. Replace "/assets/images/email-icon.png" with the…
How to Restrict Countries Inside Smart Phone Form Fields
/** * Restrict countries inside the Smart Phone form field * * @link https://wpforms.com/how-to-restrict-countries-inside-smart-phone-form-fields/ */ function…
Hide AlOSEO version number from the front end
This filter can be used to publicly hide the All in One SEO version number.
How to Automatically Redirect If User Is Already Logged In
/** * Automatic redirect from login form if a user is already logged in * *…
Focused Form Fields
This CSS snippet will make your fields focused on click.
Reduce Database Calls
You can edit your child theme and replace these calls with more specific information to stop…
Prevent Canonical URL tag output on Posts
This snippet can be used to prevent AIOSEO from outputting the Canonical URL tag on posts
How to Move to the Next Page Automatically
/** * Navigate to the next page automatically * * @link https://wpforms.com/developers/how-to-move-to-the-next-page-automatically/ */ function wpf_dev_automatic_next_page( )…
Hide Author SEO Tab From User Profile Page
This filter can be used to Hide Author SEO Tab From User Profile Page
Remove BreadcrumbList Schema
This snippet removes the BreadcrumbList Schema
How to Center a Form
This code centers the form using margin: 0 auto and sets a maximum width of 500px.