Adding Material Design to Your Form Fields Using CSS
#wpforms-form-697 { float: left; width: 100%; text-align: center; margin: 30px auto 30px auto; } #wpforms-form-697 .wpforms-field…
Disable AIOSEO Admin Menu Bar
This filter can be used to Disable AIOSEO Admin Menu Bar.
Disable Inspector Tabs
Revert having a separate tab for block styles.
Adding Images to Checkboxes
This CSS snippet will add a background image to the labels of the Checkbox fields.
Processing Smart Tags in HTML Field
This snippet makes WPForms Smart Tags usable in the HTML field
Change the HTML template for a specific crumb in the breadcrumbs trail
This snippet can be used to change the HTML if it’s the crumb of the ‘uncategorized’…
Prevent Loading Translations
If your site is using en_US reduce the memory used for translation calls.
Change Editor Default Image Size
Set the default image size to full instead of large in the block editor.
Create Custom Address Scheme
This code snippet will create your own unique address scheme and list all the countries.
Add Translated Version Sitemap Entries for a Specific Term
This filter can be used to add Translated Version Sitemap Entries for a Specific Term. You…
Change Validation Messages for WPML
When you need to provide multiple different language translations, these messages need to be conditionally different.…
Unminify Schema Output in Source Code
This filter can be used to unminify schema output in the source code.
Inline Spoiler Shortcode
Easily hide spoilers in your text with a shortcode.
Set max-video-preview to 0
This snippet sets max-video-preview robots meta tag to 0
Add A Default Campaign Custom Amount
Return a "default" amount if there isn't one isn't set in the session. Read all notes…