MemberPress: Remove all but one country from the drop-down

Removes all the countries for the drop-down list on the account and registration pages and leaves…

Animacja Formularza

jQuery("input , textarea").focus(function(){ jQuery(this).parents('.elementor-field-group').addClass('focused'); }); jQuery("input , textarea").blur(function(){ var inputValue = jQuery(this).val(); if ( inputValue ==…

Calendly Calendar for Demo

Calendly Calendar for Demo

Peter Wasmer
<10

File Size Display

After the download content, shows a list of the download files and their sizes

WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile

This snippet will add a resend email button under User profile.

Google Tag Manager Head

Google tag Manager Snippet (head section)

Display WPForm Entries

This PHP code allows you to display form data stored by WPForms using a shortcode. The…

Untitled Snippet

LTONYA SUMBUNDU
<10

Lazy load YouTube videos in WordPress with Shortcode

Lazy load YouTube videos in WordPress with Shortcode

Paid Memberships Pro with WC Vendors

// PAID MEMBERSHIPS PRO -- UPGRADE TO VENDOR, DOWNGRADE TO SUBSCRIBER /* Members signing up for…

Add custom page to the vendor dashboard

// Hook into the navigation add_filter( 'wcv_pro_dashboard_urls', 'add_test_page_nav', 9 ); function add_test_page_nav( $pages ){ $pages[ 'test_page'…

REMOVE PRODUCT LINKS FROM YOUR SHOPPING CART

add_filter( 'woocommerce_cart_item_permalink', 'custom_remove_cart_product_link', 10 ); function custom_remove_cart_product_link() { return __return_null(); }

1 13 14 15 16 17 82