🌐 US-Proxy
class="wp-singular wp-parser-method-template-default single single-wp-parser-method postid-161244 wp-embed-responsive wp-theme-wporg-parent-2021 wp-child-theme-wporg-developer-2023">

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.