Current File : //home/tekstore/new.tekstore.ng/wp-content/themes/shoppystore/lib/dokan-vendor-hook.php
<?php 
/*
	* Name: Dokan Vendor Hook
	* Develop: SmartAddons
*/

add_action( 'wp', 'ya_dokan_hook' );
function ya_dokan_hook(){
	 if ( dokan_is_store_page () ) {
		remove_action( 'woocommerce_before_main_content', 'ya_banner_listing', 10 );
	}
}
remove_action( 'elementor/widgets/wordpress/widget_args', 'dokan_depricated_elementor_store_widgets', 10, 2 );