Automattic\WooCommerce\EmailEditor\Engine\Templates
Templates_Registry::get_all
Retrieve all registered templates.
Method of the class: Templates_Registry{}
No Hooks.
Returns
Array. List of all registered templates.
Usage
$Templates_Registry = new Templates_Registry(); $Templates_Registry->get_all();
Templates_Registry::get_all() Templates Registry::get all code WC 10.7.0
public function get_all() {
return $this->templates;
}