Hide AlOSEO version number from the front end
This filter can be used to publicly hide the All in One SEO version number.
Allow adding more than 10 additional keyphrases
This snippet allows adding more than 10 additional keyphrases. Note: Replace 20 with the maximum number…
How to Automatically Redirect If User Is Already Logged In
/** * Automatic redirect from login form if a user is already logged in * *…
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…
Creating a Smart Tag from an ACF Field
/** * Register the Smart Tag so it will be available to select in the form…
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/…
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( )…
Change Business Info Phone Icon
This filter can be used to change the business info phone icon. Replace "/assets/images/email-icon.png" with the…
Hide Author SEO Tab From User Profile Page
This filter can be used to Hide Author SEO Tab From User Profile Page
How to Center a Form
This code centers the form using margin: 0 auto and sets a maximum width of 500px.
Assign User Role Conditionally in WordPress
This snippet works with WPForms and the User Registration Add-on. It lets you assign user roles…
Remove the crumb for the ‘uncategorized’ category
This snippet can be used to remove the crumb for the ‘uncategorized’ category
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
Remove BreadcrumbList Schema
This snippet removes the BreadcrumbList Schema
Focused Form Fields
This CSS snippet will make your fields focused on click.