WP Simple Pay: BuddyBoss Preview Compatibility
Provides BuddyBoss preview function compatibility
WooCommerce number of archive products per page
Change WooCommerce Archive products number per page code snippet.
Pinterest AD
AD Pinterest
WP Simple Pay: Disable Webhook Failed Notification
Disable alert bubbles when webhook events are not received.
MemberPress: Add a Custom Field To Manage Sub Account Table
This shortcode can be used if the MemberPress Corporate Accounts add-on is activated on the website.…
MemberPress: Generate All Invoices for the Specific Period (e.g. A Year)
If the MemberPress PDF Invoice add-on is activated on the website, MemberPress will start generating invoices…
Send Donation Notification For Pending Offline Donations
Sends a notification to admin if the donation is pending AND it was made in offline…
Display Vendor-Submitted data as Restricted Content.
Automatically output content submitted by FES Vendors wrapped in the [edd_restrict] shortcode.
Untitled Snippet
increase upload memory
Resetting the Vendor & Pending Vendor Roles
add_filter('woocommerce_login_redirect', 'redo_roles', 10, 2); function redo_roles() { remove_role( 'pending_vendor' ); add_role( 'pending_vendor', __( 'Pending Vendor', 'wcvendors'…
Untitled Snippet
@ini_set( 'upload_max_size' , '120M' ); @ini_set( 'post_max_size', '120M'); @ini_set( 'max_execution_time', '300' );
Require Downloadable fields - Downloadable product template
Require Downloadable fields - Downloadable product template