get_all_registered_block_bindings_sources(): WP_Block_Bindings_Source[] In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the list of all registered block bindings sources. Return WP_Block_Bindings_Source[] The array of registered block bindings sources. Source function get_all_registered_block_bindings_sources() { return WP_Block_Bindings_Registry::get_instance()->get_all_registered(); } View all references View on Trac View on GitHub Related UsesDescriptionWP_Block_Bindings_Registry::get_instance()wp-includes/class-wp-block-bindings-registry.phpUtility method to retrieve the main instance of the class. Used byDescriptionWP_Customize_Widgets::enqueue_scripts()wp-includes/class-wp-customize-widgets.phpEnqueues scripts and styles for Customizer panel and export data to JavaScript. Changelog VersionDescription6.5.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.