Set max-video-preview to 0
This snippet sets max-video-preview robots meta tag to 0
Hide AlOSEO version number from the front end
This filter can be used to publicly hide the All in One SEO version number.
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…
Focused Form Fields
This CSS snippet will make your fields focused on click.
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( )…
How to Add BCC to Email Notifications (for all forms)
add_filter( 'wp_mail', function ( $args ) { // Add the BCC email address here $bcc_address =…
Reduce Database Calls
You can edit your child theme and replace these calls with more specific information to stop…
Remove the crumb for the ‘uncategorized’ category
This snippet can be used to remove the crumb for the ‘uncategorized’ category
Change 'streetLineTwo' in Local SEO address output to an empty string
This filter can be used to change 'streetLineTwo' in Local SEO address output to an empty…
Remove BreadcrumbList Schema
This snippet removes the BreadcrumbList Schema
Using Date Picker Localization
This snippet is used to apply the changes that instruct WPForms to update the date picker…
How to Center a Form
This code centers the form using margin: 0 auto and sets a maximum width of 500px.
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( ) {…