MailPoet\EmailEditor\Engine\Templates
Templates_Registry::get_all()
Retrieve all registered templates.
Method of the class: Templates_Registry{}
No Hooks.
Return
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 9.8.2
public function get_all() { return $this->templates; }