apply_filters( 'woocommerce_admin_is_loading', bool $is_loading )
Some routes or features like onboarding hide the wp-admin navigation and masterbar.
Description Description
Setting woocommerce_admin_is_loading
to true allows us to premeptively hide these elements while the JS app loads. This class needs to be removed by those feature components (like
Parameters Parameters
- $is_loading
-
If WooCommerce Admin is loading a fullscreen view.
Source Source
File: packages/woocommerce-admin/src/Loader.php