Gets all available template tag groups for the handler.
Description
See also
Return
(array) Array of <code>$slug => $label</code> pairs.
Source
File: src/components/template-tag-handler.php
public function get_groups() { return $this->groups; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |