Untitled Snippet
PIPAS — Biennale de Photographie Genève PIPAS À propos Pratique 24 22 PIPAS Biennale de Photographie…
Disallow Store Credit When There Is an Active Coupon in the Cart
- When you apply coupon first, once the cart refreshes, the Store Credit field will be…
Show login form for logged out users
Shows the [edd_login] form on restricted content for logged out users.
WWPAY - Add Purchase Order Number field to Wholesale Payments at classic checkout
One caveat: this only support WooCommerce Classic Checkout.
Genesis theme - use block editor in widgets
//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );
Detect Orphaned Content in WordPress Admin
Identify published posts and pages that are not linked internally from other published content on your…
Add Custom Taxonomy to Woocommerce Single Product Page
add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…
Code for Call Tracking
In order to track click to calls.
Disable Password Reset
For smaller sites where password resets can be managed manually, disabling automatic user password reset adds…
Disable Jetpack Promotions
For less distraction while using Jetpack plugins.
Stop Lazy Load
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
Untitled Snippet
i want a on off button that when press each other send logical true if press…