WP_Script_Modules::get_queue(): string[]

In this article

Gets IDs for queued script modules.

Return

string[] Script module IDs.

Source

public function get_queue(): array {
	return $this->queue;
}

Changelog

VersionDescription
6.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.