MemberPress: Display Corporate Account Logo for Sub-Users
This code snippet allows the custom logo to be displayed as the parent corporate account’s logo…
DJ-Animations Musicalesd
Animation des soirées privées et publiques (anniversaires, mariages, soirées dansantes, fetes votives,....)
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…