WooCommerce Code Reference

Templates_Registry
in package

Registry for email templates.

Table of Contents

$templates  : array<string|int, Template>
List of registered templates.
get_all()  : array<string|int, mixed>
Retrieve all registered templates.
get_by_name()  : Template|null
Retrieve a template by its name.
get_by_slug()  : Template|null
Retrieve a template by its slug.
initialize()  : void
Initialize the template registry.
register()  : void
Register a template instance in the registry.

Properties

Methods