AffiliateWP Network Stats Shortcode

Adds an [affwp_network_stats] shortcode with type and status attributes to display individual network metrics for JetEngine…

WWPP - Restrict add-to-cart on specific products to a specific wholesale role only

How to use and configure this snippet: 1. Set your exact Role Key: In the snippet,…

WWS - Disable and Redirect the Wholesale Suite Dashboard

By applying the following code, you will: 1. Remove the Dashboard submenu item from the sidebar.…

Search Filter by Genre and Artist

This will only work if genre and artist are registered as taxonomies in your theme or…

Change the "Add to Cart" Button Text

Change Add to cart and Buy now buttons

Paystack Split Payments Integration with WC Vendors — Saving the Vendor Sub-Account Code

update_user_meta( $user->ID, '_paystack_sub_account_code', 'ACCT_xxxxxxxxxxxxx' );

Exclude Specific Products from Parent Category

/** * Exclude specific products from appearing in their parent category. */ add_action('woocommerce_product_query', 'exclude_specific_products_from_parent_category'); function exclude_specific_products_from_parent_category($q)…

1 15 16 17