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.


Top ↑

Source Source

File: packages/woocommerce-admin/src/Loader.php



Top ↑

User Contributed Notes User Contributed Notes

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