WooCommerce::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)


Top ↑

Source Source

File: includes/class-woocommerce.php

	public function is_wc_admin_active() {
		return function_exists( 'wc_admin_url' );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.