Automattic\WooCommerce\Blocks\Domain
Bootstrap::is_built()
See if files have been built or not.
Метод класса: Bootstrap{}
Хуков нет.
Возвращает
true|false
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->is_built();
Код Bootstrap::is_built() Bootstrap::is built WC 7.5.1
protected function is_built() { return file_exists( $this->package->get_path( 'build/featured-product.js' ) ); }