Restrict Dashboard Summary Widget
Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.
Non-required Card State
Makes the cart state a non-required field when present
Provider Referral
Refer a Patient | Skills Therapy Clinic Referral Partners Welcome Your Patients DeserveSpecialized Therapy.We Are Here…
Show login form for logged out users
Shows the [edd_login] form on restricted content for logged out users.
PayPal Commerce - Horizontal layout for payment buttons
Switch to horizontal view and display only the PayPal, Apple Pay, and Google Pay buttons. Based…
Use Full Store Address in Ships From
By default the Ships From metadata displayed under the add to cart button only shows the…
WooCommerce to Google Sheets schaahi store
add_action('woocommerce_order_status_completed', 'send_order_to_google_sheets', 10, 1); function send_order_to_google_sheets($order_id) { $order = wc_get_order($order_id); if (!$order) return; $line_items = $order->get_items();…
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…
Stop Lazy Load
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
Add Subscriber to Segment with Duration
Adds the subscriber to the segment for a specific duration, after the defined number of days…