How to Disable Browser Autocomplete for Form Fields - all fields
/** * Disable form autocomplete for all fields on a specific form * * @link https://wpforms.com/developers/disable-browser-autocomplete-for-form-fields/…
Collect National Id Number
Add a field that collects the donor's national ID number, or any other text field.
Add a color picker field in Formidable Forms
Install this snippet and add 'frm-color-picker' in the 'CSS Layout Classes' setting for a field.
Display Post and Page IDs in WordPress Columns
This PHP code enables you to display the IDs of posts and pages within WordPress columns.…
display user name in a menu
/** * Show a user's display name/user name in a WordPress menu. * Once this code…
Automatically Delete Woocommerce Images After Deleting a Product
Automatically Delete Woocommerce Images After Deleting a Product
Change Default Post Type Singular Label “Location”
This filter can be used to change the default post type singular label from “Location” to…
Exclude a Specific Term from the Sitemap
This filter can be used to Exclude a Specific Term from the Sitemap. Note: Replace 412…
Change Twitter Title for a Specific Post
This filter can be used to Change the Twitter Title for a Specific Post. You can…
Change the Payment Delimiter Inside Email Notifications
This snippet changes the default separator for payment details in emails.
Change the No Results Found text in Modern Dropdown
This snippet changes the default no result found text in Dropdown field with Modern style.
How to Conditionally Show the Next Button on a Specific Page
/** * Hide Next button on page 2 by default and show it once an option…
Set WP Login Url To Charitable Login Page
Always use the Charitable login page as the login.
Enable Block Editor For Campaigns
Code that will modify the way the Campaign post type is set up to so that…
Add Campaigns Menu
Add a top-level Campaigns menu tab to the menu in the WordPress dashboard.