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