Warning: This method has been deprecated.
WC_Admin_Setup_Wizard::is_wc_admin_active()
Is the WooCommerce Admin actively included in the WooCommerce core? Based on presence of a basic WC Admin function.
Description Description
Return Return
(boolean)
Source Source
File: includes/admin/class-wc-admin-setup-wizard.php
protected function is_wc_admin_active() { return function_exists( 'wc_admin_url' ); }
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |