Template_Tag_Handler::get_groups()

Gets all available template tag groups for the handler.

Description

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

Changelog
Version Description
1.0.0 Introduced.