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' =>…
Change the "Commission" header for the Recent Orders table
Change the "Commission" header for the Recent Orders table using the "wcvendors_recent_order_table_columns" filter hook.
TplMng
// This code is part of the template, $tplData['hasShellZip'] is provided through TplMng $hasShellZip = $tplData['hasShellZip'];…
Durectlink
https://www.highcpmgate.com/nhbhtr0d?key=03e2438ad5e312b7ac5fafb7447c08d2
Open All Internal and External Link in New Tab in Wordpress
Open All Internal and External Link in New Tab in Wordpress
slide-top-center.css
html div#om-{{id}} { top: 0px !important; bottom: unset !important; width: 350px !important; left: calc(350px / 2)…
Integración de eventos del datalayer en Clarity
Enviar de manera automatica todos los eventos del datalayer a Microsoft Clarity
PHPmyadmin
Php software
Add Radio Boxes To Donation Form
/** * Add a collection of radio selections to the donation form. * * This snippet…