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.9.9.5

apply_filters('woocommerce_enable_admin_help_tab') is found 1 times:

  • /includes/admin/class-wc-admin.php line 89
    		 * Filter to enable/disable admin help tab.
    		 *
    		 * @since 3.6.0
    		 */
    		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';