Automattic\WooCommerce\EmailEditor\Engine\Templates

Templates_Registry::get_allpublicWC 1.0

Retrieve all registered templates.

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

Хуков нет.

Возвращает

Массив. List of all registered templates.

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

$Templates_Registry = new Templates_Registry();
$Templates_Registry->get_all();

Код Templates_Registry::get_all() WC 10.0.2

public function get_all() {
	return $this->templates;
}