block_core_query_ensure_interactivity_dependency()WP 6.4.0

Deprecated from version 6.5.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Ensure that the view script has the wp-interactivity dependency.

No Hooks.

Returns

null. Nothing (null).

Usage

block_core_query_ensure_interactivity_dependency();

Changelog

Since 6.4.0 Introduced.
Deprecated since 6.5.0

block_core_query_ensure_interactivity_dependency() code WP 6.8.1

function block_core_query_ensure_interactivity_dependency() {
	_deprecated_function( __FUNCTION__, '6.5.0', 'wp_register_script_module' );
}