Report_Abstract::get_template_vars()
Calls the template vars setup and returns after filtering.
Return
(array)
Source
File: src/Tickets/Commerce/Reports/Report_Abstract.php
public function get_template_vars() {
$this->setup_template_vars();
return (array) $this->filter_template_vars( $this->template_vars );
}
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |