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…

Display Donation Form

Display a specific campaign's donation form.

Remove Unused JS

/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…

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+

Disable SEO News Dashboard Widget

This filter can be used to Disable SEO News Dashboard Widget.

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+

How to Display Hidden Single Item Fields in Order Summary

This code snippet will display the hidden single item field in order summary

10+

Add aria-label to progress bar to improve WPForms accessibility

/** * Fix WPForms Accessibility: Add aria-label to progress bar. */ function wpf_fix_wpforms_progressbar_aria() { ?>

10+
1 23 24 25 26 27 210