MemberPress: Exclude Protected Posts from Search Results

Removes any posts from the search results that the current user (or guest) does not have…

Elegant Fade In-Out

Hide all elements until they Visible in the Viewport

CWP - MailChimp RSS email ID

Adds MailChimp email ID to RSS feeds for better conversion tracking

Allow SVG Files Upload

/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…

Force "Become a Vendor" to always go to /my-account/become-a-vendor/

/** * Force "Become a Vendor" to always go to * /my-account/become-a-vendor/ * * Applies to…

Website Schema

Melody Tholstrup
<10

Hide payment icons for trials

Hides the payment icons on checkout when the item in the card is a free trial

Force PayPal Commerce to render only the PayPal button

With PayPal Commerce 2.0.0 and later, remove Venmo and Credit buttons from the checkout flow. Also…

Ralden Souza PRO
<10

Allow HTML in the product description

function wcv_wpkses_post_html_tags( $tags, $context ) { if ( 'post' === $context ) { $tags['iframe'] = array(…

Add custom page to the vendor dashboard - custom menu link

add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…

Buy Now

...

Amilee Selfridge
<10

Ensure Webfont is Loaded

add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );

<10

blutooth connection

i want a on off button that when press each other send logical true if press…

1 115 116 117 118 119 217