Add Checkbox Field To Donation Form
Collect a checkbox field in the donation form.
Change OG Title of a Specific Post
This filter can be used to change the OG Title of a Specific Post with ID…
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
Hide the breadcrumbs on pages.
This snippet can be used to hide the breadcrumbs on pages.
Add Textbox To Donation Form
Adds a textbox to a donation form - for example, to collect a referral code.
Localizing Date Picker Strings
This snippet is used to modify WPForms' default date picker locale
Breadcrumbs - Hide WooCommerce Shop crumb
This filter can be used to hide the WooCommerce Shop page from the breadcrumbs.
Adding a Clear Button to Reset All Fields in Your Form
This code snippet will clear all input fields at once.
Using Smart Tags in Your WordPress Rewrite Rules
This code snippet converts messy query string URLs into clean, user-friendly URLs while preserving functionality
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/…
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…
Creating Additional Format for the Date / Time field
This snippet is used to add extra formats for the Time interval on the Date /…
How to Display a List of WPForms Using a Shortcode
This snippet will create a new shortcode that can display all your WPForms forms.
Real-time validation for restricting numbers from Single Line Text field
/** * Dynamically prevent numbers from being entered on single line text fields * * @link…