| Server IP : 62.60.133.156 / Your IP : 216.73.217.51 Web Server : LiteSpeed System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : mimradmin ( 1166) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mimradmin/theme/digitaz/inc/dokan/ |
Upload File : |
<?php
remove_action( 'woocommerce_product_tabs', 'dokan_set_more_from_seller_tab', 10 );
$show_vendor_info = digitaz_is_dokan_activated() ? dokan_get_option( 'show_vendor_info', 'dokan_appearance', 'off' ): '';
if('on'=== $show_vendor_info){
add_action('woocommerce_single_product_summary', 'digitaz_add_vendor_info_on_product_single_page', 63 );
}
//style product single
$product_single_style = digitaz_get_theme_option('single_product_gallery_layout', 'horizontal');
if ($product_single_style === 'sticky'){
add_action('woocommerce_single_product_summary', 'digitaz_dokan_sold_store', 15);
remove_action('woocommerce_single_product_summary', 'digitaz_add_vendor_info_on_product_single_page', 63 );
}
if ($product_single_style === 'sidebar'){
add_action('woocommerce_single_product_summary', 'digitaz_dokan_sold_store', 15);
remove_action('woocommerce_single_product_summary', 'digitaz_add_vendor_info_on_product_single_page', 63 );
}