Change Vendor Pending Message

Changes the message shown to vendors when their account is pending.

Add Customer Name Column to Affiliate Portal Referrals Tab

Adds a Customer Name column to the main Referrals table in the Affiliate Portal. Pulls the…

Fix coupon displaying 0% in the affiliate dashboard

add_filter( 'get_post_metadata', function( $value, $object_id, $meta_key, $single ) { static $running = false; if ( $running…

MemberPress: Require Coupon at Checkout

Make the coupon field required at checkout.

Download Manager

Support for Download Manager for WC Vendor

Pop-up Payitforward

Skapar en fråga utifrån Paytiforward och skapar åtkomst i sidopanel

Zennie Sjölund
<10

Set the ranges for Calendar View | Display Eventbrite Events

The following code snippet filters the valid ranges for the next/prev keys of the calendar views…

WordPress Content Filter: Removing Tags for Enhanced Display Control

The purpose of this code snippet is to filter out tags and their contents from the…

create_folder_and_upload_file

Creating a folder directly inside the WordPress Media Library through code requires understanding that the WordPress…

Untitled Snippet

name: Update lists on: schedule: - cron: '0 0,12 * * *' # At 00:00 and…

1 101 102 103 104 105 227