WP_Block_Templates_Registry::get_all_registered(): WP_Block_Template[] In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves all registered templates. Return WP_Block_Template[] Associative array of $template_name => $template pairs. Source public function get_all_registered() { return $this->registered_templates; } View all references View on Trac View on GitHub Related Used byDescriptionWP_Block_Templates_Registry::get_by_query()wp-includes/class-wp-block-templates-registry.phpRetrieves registered templates matching a query. WP_Block_Templates_Registry::get_by_slug()wp-includes/class-wp-block-templates-registry.phpRetrieves a registered template by its slug. Changelog VersionDescription6.7.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.