Template_Tag_Text_Field::has_enqueued()

Checks whether the scripts for the template tag text field have been enqueued.

Description

Return

(bool) True if enqueued, false otherwise.

Source

File: src/components/template-tag-text-field.php

	public static function has_enqueued() {
		return self::$enqueued;
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.