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/…
Add Custom Campaign Field
This example shows how you can add a new campaign field to be displayed in Charitable…
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'.
Change Default Post Type Plural Label “Locations”
This filter can be used to change the default post type plural label from “Locations” to…
Change Default Post Type Slug “location”
This filter can be used to change the default post type slug from “location” to 'franchise'.
Disable SEO News Dashboard Widget
This filter can be used to Disable SEO News Dashboard Widget.
Exclude a Specific Post from the Sitemap
This filter can be used to Exclude a Specific Post from the Sitemap. Note: Replace 614…
How to Display Hidden Single Item Fields in Order Summary
This code snippet will display the hidden single item field in order summary
Customizing Checkbox and Radio Fields to Look Like Buttons (All Forms)
This code snippet will customize Checkbox and Radio fields to look like buttons for all forms.
Open all external links in new tab
This makes the manual link tab association obsolete. All links to another domain will open in…
Add Featured Image
Add a featured image to the individual campaign pages.
My Insert widget in header
My own way of Inserting widget in header
Change the separator symbol on pages
This snippet can be used to change the separator symbol on pages
Disable the AIOSEO Flyout Menu for Non-Administrator Users.
This snippet can be used to disable the AIOSEO flyout menu for non-administrator users.
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' ); /**…