Archives: Snippets
church website
Your Church Name – Your Tagline Here YOUR CHURCH Home About Us Speakers FAQs Contact Welcome To Your EventName 2026 Dates: 1st August – 5th August Venue: Your Event Venue City, Country Register Online Convener Photo Convener FB IG TW…Continue reading
WWLC – Default Wholesale Leads list to sort by registration date (newest first)
/* Default Wholesale Leads list to sort by registration date (newest first) */ add_action( ‘pre_user_query’, function( $user_query ) { if ( ! defined( ‘REST_REQUEST’ ) || ! REST_REQUEST ) { return; } if ( false === strpos( $_SERVER[‘REQUEST_URI’] ?? ”,…Continue reading
WWPP – Show retail reference price including tax for specific wholesale roles only
// Show retail reference price including tax for specific wholesale roles only // Requires: WWPP Settings > Tax > “Tax Display on Wholesale Price” = “Excluding Tax” add_filter( ‘wwp_product_original_price’, function( $price_html, $wholesale_price, $product_price, $product, $user_wholesale_role ) { $target_roles = array(…Continue reading