defer-om-embed-wordpress.php
function your_prefix_om_defer_script( $campaign_embed ) { $campaign_embed = str_replace( 's.async=true;', 's.defer=true;', $campaign_embed ); return $campaign_embed; }; add_filter(…
butterfly effect
Zeigt rosa Schmetterlinge, die über die seite fliegen
Dynamic Shortcode Execution
Dynamic shortcode execution with block editor support. Allows shortcodes to execute everywhere, even within paragraph blocks.
test html
🎉 HTML Test Successful! This HTML snippet is working perfectly!
NS CALENDAR SHORTCODE
/** * Compliance Calendar - Dashboard Shortcodes v1.3 * * Shortcodes for displaying compliance data on…
Amit choudhary blogs
Blogger
Disallow point redemption if cart has subscription product.
This snippet will remove the point redemption option if the cart has a subscription product
Limit Purchase Total
Sets a purchase amount and prevents customers from purchasing more than that amount at one time.
Disable Wish Lists by Category
Customize this plugin to remove wish lists from certain categories of downloads
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' =>…