Custom drag and drop
Allows you to drag and drop to reorder posts in the WP backend.
Set Custom Redirection After Registration
Send the user to a custom page after they have registered.
WP Simple Pay: Create WordPress User After Payment (Lite)
Creates a new WordPress user when one-time payment is made with WP Simple Pay Lite.
Google Tag Manager Head
Google tag Manager Snippet (head section)
WP Simple Pay: Remove Card Terms
Removes auto-generated terms displayed under card fields.
Allow mobile zoom
function et_add_viewport_meta(){ echo ''; }
Remove the Page Title from the Page Header
The following code can be used to remove the title from the page header title area…
Display WPForm Entries
This PHP code allows you to display form data stored by WPForms using a shortcode. The…
Add Field Placeholders
Add placeholder attributes to donation fields, removing the label field.
Keep Username As Display Name
When people update their profile, keep their display name set to be the same as their…
Editing the .htaccess File
php_value memory_limit 256M
Add Custom Donation Field With Dynamic Value
Add a new donation field to be displayed in Charitable emails related to donations.
Make Single Field Required
Make a single field on the donation form required.
MemberPress: Remove all but one country from the drop-down
Removes all the countries for the drop-down list on the account and registration pages and leaves…
Disable WooCommerce widgets on vendor store pages
/** * Remove widgets from the vendor store and single product pages conditionally. * * You…