woocommerce_enable_admin_help_tab

woocommerce_enable_admin_help_tab

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_enable_admin_help_tab') is found 1 times:

  • /includes/admin/class-wc-admin.php line 73
    		include_once __DIR__ . '/class-wc-admin-importers.php';
    		include_once __DIR__ . '/class-wc-admin-exporters.php';
    
    		// Help Tabs.
    		if ( apply_filters( 'woocommerce_enable_admin_help_tab', true ) ) {
    			include_once __DIR__ . '/class-wc-admin-help.php';
    		}
    
    		// Helper.
    		include_once __DIR__ . '/helper/class-wc-helper.php';