Automattic\WooCommerce\Internal\Admin\BlockTemplateRegistry

BlockTemplateRegistry::get_all_registered()publicWC 1.0

Get the registered templates.

Метод класса: BlockTemplateRegistry{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$BlockTemplateRegistry = new BlockTemplateRegistry();
$BlockTemplateRegistry->get_all_registered(): array;

Код BlockTemplateRegistry::get_all_registered() WC 8.1.1

public function get_all_registered(): array {
    return $this->templates;
}