Checks whether the scripts for the template tag text field have been enqueued.
Description
See also
Return
(bool) True if enqueued, false otherwise.
Source
File: src/components/template-tag-wysiwyg-field.php
public static function has_enqueued() { return self::$enqueued; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |