Gets the template tag handler slug.
Description
See also
Return
(string) Template tag handler slug.
Source
File: src/components/template-tag-handler.php
public function get_slug() { return $this->slug; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |