block_core_image_ensure_interactivity_dependency()
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.
Ensures that the view script has the wp-interactivity dependency.
No Hooks.
Return
null
. Nothing (null).
Usage
block_core_image_ensure_interactivity_dependency();
Changelog
Since 6.4.0 | Introduced. |
Deprecated since | 6.5.0 |
block_core_image_ensure_interactivity_dependency() block core image ensure interactivity dependency code WP 6.7.1
function block_core_image_ensure_interactivity_dependency() { _deprecated_function( __FUNCTION__, '6.5.0', 'wp_register_script_module' ); }