Automattic\WooCommerce\EmailEditor\Engine\PersonalizationTags
Personalization_Tags_Registry::get_all
Retrieve all registered personalization tags.
Method of the class: Personalization_Tags_Registry{}
No Hooks.
Returns
Array. List of all registered personalization tags.
Usage
$Personalization_Tags_Registry = new Personalization_Tags_Registry(); $Personalization_Tags_Registry->get_all();
Personalization_Tags_Registry::get_all() Personalization Tags Registry::get all code WC 10.5.0
public function get_all() {
return $this->tags;
}