woocommerce_enable_admin_help_tab, true
woocommerce_enable_admin_help_tab, true
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_enable_admin_help_tab, true') 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';