Remove Multiple Fields From {all_fields} in Notifications

This code snippet removes multiple fields from your email notifications while still using the {all_fields} smart…

20+

How to Create a Form With Floating Labels

/** * Remove the field label from the top of the field * * @link https://wpforms.com/developers/how-to-create-a-form-with-floating-labels/…

20+

Change Default Post Type Slug “location”

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

20+

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…

20+

To Remove a Single Field From {all_fields}

This code snippet removes a single field from your email notifications while still using the {all_fields}…

20+

How to Add Address Field Validation For Authorize.net

/** * Add address validation for Authorize.net address fields * * @link https://wpforms.com/developers/how-to-add-address-field-validation-for-authorize-net/ */ function wpf_dev_authorize_address_validation(…

20+

How to Store Field Values in the WPForms Entry

/** * Show values in Dropdown, checkboxes, and Multiple Choice. */ add_action( 'wpforms_fields_show_options_setting', '__return_true' ); /**…

20+

Duplicate Posts and Pages

// Add the duplicate link to action list for post_row_actions // for "post" and custom post…

Remove Line Breaks From CSV Exports

This snippet will remove the line breaks from CSV exports.

10+

Disable Redirect Logging in AIOSEO Redirects

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

10+

Custom Style Icons for Rating field

This snippet will customize your rating icons in the Rating field

10+

Dynamically Displaying Years in Your Forms

/** * Dynamically display years in the forms * * @link https://wpforms.com/developers/how-to-dynamically-display-years-in-your-forms/ */ function wpf_dev_dynamic_school_year( )…

10+

Change the separator symbol on pages

This snippet can be used to change the separator symbol on pages

10+

Change Default Post Type Name “aioseo-location”

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

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+
1 13 14 15 16 17 122