ModalCSS

Used to display popup modal in GenerateBlocks

Hide Empty Categories for PP Grid Filter

add_filter( 'pp_cg_filters_show_available_posts_terms', '__return_true' );

Ilana Borsje PRO
<10

Organization schema setup

This PHP snippet is for Organization schema (JSON-LD) that clearly says: “This site is published by…

<10

AffiliateWP - Affiliate Referrals CSV Export

Adds a "Download Referrals CSV" button to the Affiliate Area referrals tab. When WooCommerce is active,…

Allow SVG/JPEG/WEBP/ICO/AVIF Files Upload

Allows these filetypes to be uploaded to the media library

Customize the error message shown on the WPForms Password Reset form when the reset link is invalid or expired

/** * Customize the error message shown on the WPForms Password Reset form * when the…

Ralden Souza PRO
<10

MemberPress: Require Specific Coupon to Register

The code will make a specific coupon mandatory for purchasing a specific membership. More than one…

WWPP - Hide Tax label on Cart/Checkout for wholesale customers

add_filter( 'woocommerce_countries_tax_or_vat', function( $label ) { if ( ! ( is_cart() || is_checkout() ) ) {…

Product Expiry For Woo

Supports the Expiry for Woocommerce plugin - WC Vendor

1 90 91 92 93 94 224