ACF - KEYSMST_ Case - Tab 8: Contact Log Staging Fields
/** * WPCode Snippet: MST Case - Tab 8: Contact Log Staging Fields * Description: Temporary…
Show Certain Products to Certain Wholesale Customers Only
How to use: 1. Do not tag normal/default products. 2. Tag only “special” products with "wholesale-special".…
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…
Hide payment icons for trials
Hides the payment icons on checkout when the item in the card is a free trial
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
...