Hiding Page Breaks When Using Conditional Logic

This snippet will hide pages in your form that include fields hidden with conditional logic if…

10+

Displaying the Total Number of Entries on Your Site

This snippet creates a shortcode that you can use to display the total number of entries…

10+

How to Build a Profile Page Using Post Submissions

With this snippet and the Post Submissions addon, you can create professional author profiles that automatically…

10+

How to Add BCC to Email Notifications (for all forms)

add_filter( 'wp_mail', function ( $args ) { // Add the BCC email address here $bcc_address =…

10+

How to Add Material Design to Your Form Fields Using CSS

/** * Move label position from above form field to below * * @link https://wpforms.com/developers/how-to-add-material-design-to-your-form-fields-using-css/ */…

10+

Change Default Post Type Plural Label “Locations”

This filter can be used to change the default post type plural label from “Locations” to…

10+

Change Default Post Type Slug “location”

This filter can be used to change the default post type slug from “location” to 'franchise'.

10+

Disable Redirect Logging in AIOSEO Redirects

This filter can be used to skip logging redirect logging in AIOSEO Redirects.

10+

Disable Schema Output for WooCommerce products

This filter can be used to Disable Schema Output for WooCommerce products.

10+

Exclude a Specific Post from the Sitemap

This filter can be used to Exclude a Specific Post from the Sitemap. Note: Replace 614…

10+

Control Whether AIOSEO Flushes Output Buffer After Rewriting Title

This snippet can be used to control whether AIOSEO flushes the output buffer after rewriting the…

10+

Disable Emoji Image Conversion Script of the Classic Editor

This filter can be used to disable the emoji image conversion script of the Classic Editor…

10+

Storing User's Uncached IP Address in Hidden Field

This snippet lets you capture and store the user's IP address in the Hidden field. It…

10+

Disabling Past Times on the Date / Time Field

This snippet disables past times on the Time Picker field in WPForms.

10+

Restricting Address Autocomplete to a Specific Country

This snippet is used to modify the default behavior of the address autocomplete feature in WPForms.…

10+
1 12 13 14 15 16 92