MemberPress: Customize Unauthorized Message For Logged-Out Non-Authorised User and a Logged in Non-Authorised User
This snippet customizes the unauthorized message shown to users who attempt to access content protected by…
MemberPress: Unenrolled Course Shortcode
The code snippet registers a new shortcode: [mpcs-unenrolled-courses]. Adding this shortcode will display an unordered list…
MemberPress: Display Purchase Information With Shortcode
The code snippet registers a new shortcode: [purchase_info]. Adding this shortcode will display the latest MemberPress…
Waste Licence
Waste carriers affiliation badge
Set Default Donation Amount
Set the default donation amount for all campaigns.
Count and message according to number of user files
Displays a different message according to how many files a user has in their media library.
Ensure Webfont is Loaded (non-Elementor)
function custom_font_display( $current_value, $font_family, $data ) { return 'swap'; } add_filter( 'font_display', 'custom_font_display', 10, 3 );
Milestone Sales Alert
Emails the admin when a specific download has been sold X times.
Commissions payment_id email tag
This adds support for the {payment_id} email tag to Commissions Notifications
MemberPress: Hide Protected Posts on Archive Page
Hides posts that the current user (or guest) does not have access to from archive pages.
Disable Product delete for published products only
/** * This will disable delete only for published products, leaving drafts to be able to…
change the name of the Commission column
if ( ! function_exists( 'wcv_change_commission_table_columns_name' ) ) { /** * Change the name of the commission…
Oktoberfest 5K - RaceCheck Widget
Review widget from RaceCheck for Oktoberfest 5K page
After Checkout Event in EDD
This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…