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
...
Ensure Webfont is Loaded
add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );
blutooth connection
i want a on off button that when press each other send logical true if press…
Remove Subscriber from Segment
This snippet helps remove a push subscriber from a segment on the defined event.
Auto Responder Message Content | Quick Event Manager
add_filter('qem_autoresponder-message-content', , , 3); This filter allows you to alter the auto responder message content from…
Extra WordPress Filters in Pro (Update single event pretty permalink to avoid permalink conflict) | Display Eventbrite Events
Using this filter, you can update single event pretty permalink to avoid permalink conflict. By default,…
Change Arabic Currency symbol to the currency short code
example change د.إ to AED and all the Arabic currencies
Header end footer
Heade r end footer
AJAX Grid Search (single grid)
Add ID of #gridSearch to the search form. Give your grid a class of .grid-results.