Automattic\WooCommerce\Blocks\BlockTypes
StoreNotices::get_block_type_script
Disable frontend script for this block type, it's a script module.
Метод класса: StoreNotices{}
Хуков нет.
Возвращает
Массив|Строку|null.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_block_type_script( $key );
- $key(строка)
- Data to get, or default to everything.
По умолчанию: null
Код StoreNotices::get_block_type_script() StoreNotices::get block type script WC 10.4.3
protected function get_block_type_script( $key = null ) {
return null;
}