Custom drag and drop
Allows you to drag and drop to reorder posts in the WP backend.
Custom Email Template
Creates a custom email template for EDD emails.
Set Custom Redirection After Registration
Send the user to a custom page after they have registered.
WP Simple Pay: Create WordPress User After Payment
Creates a new WordPress user when a subscription is started or a one-time payment is made.
Add Field Placeholders
Add placeholder attributes to donation fields, removing the label field.
MemberPress: Manually Refresh Member Data
This code snippet is designed to manually refresh all members' data on a WordPress site. After…
create woocommerce call to order button for specific product in your wordpress website
Are you looking to boost conversions on your WooCommerce website? One effective strategy is to incorporate…
Make Single Field Required
Make a single field on the donation form required.
Add Creator Name
Display the campaign creator's name on the campaign page and in the campaign grid/list.
Change user role for buyers
This is useful if, for example, you want buyers to be able to access dedicated content…
Disable Posts Post Type
This snippet hides the default Posts post type from the WordPress admin
Google Tag Manager Header
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
Remove Default jQuery
// Remove default WordPress jquery wp_deregister_script( 'jquery' ); //Remove jquery migrate add_action( 'wp_default_scripts', 'remove_jquery_migrate' ); function…
Remove HealthAndBeautyBusiness Schema
This snippet removes HealthAndBeautyBusiness Schema
Verify Email Domain
During the banned email checks, see if the domain being checked has DNS configured, if not…