W3cubDocs

/WordPress

block_core_file_ensure_interactivity_dependency()

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

Source

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

Changelog

Version Description
6.5.0 This function has been deprecated.
6.4.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/block_core_file_ensure_interactivity_dependency