Template_Tag_Handler::get_slug()

Gets the template tag handler slug.

Description

Return

(string) Template tag handler slug.

Source

File: src/components/template-tag-handler.php

	public function get_slug() {
		return $this->slug;
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.