wpseek.com
A WordPress-centric search engine for devs and theme authors



block_core_file_ensure_interactivity_dependency › WordPress Function

Since6.4.0
Deprecated6.5.0
block_core_file_ensure_interactivity_dependency ( No parameters )
Defined at:
Codex:

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' );
}