Hide Empty Categories for PP Grid Filter
add_filter( 'pp_cg_filters_show_available_posts_terms', '__return_true' );
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 );
Organization schema setup
This PHP snippet is for Organization schema (JSON-LD) that clearly says: “This site is published by…
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
Delete Double Logo At Checkout
/** * ============================================================ * Hide Duplicate Astra Header on Checkout * ============================================================ * * PURPOSE: Hides…
Add Tax ID to Shipping Label
/** * Add the Tax ID Field to the settings page * * In this example…
Including product tax to commission calculation
add_filter( 'wcvendors_commission_rate', 'wcv_calculate_commission_include_product_tax', 10, 5 ); function wcv_calculate_commission_include_product_tax( $commission, $product_id, $product_price, $order, $qty ) { $product…
test
echo 'test';
Change the action's string in the refund section - "View Details"
Change the action's string in the refund section - "View Details"
Untitled Snippet
HTML5