block_core_file_ensure_interactivity_dependency()
Deprecated since 6.5.0. It is no longer supported and may 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_file_ensure_interactivity_dependency();
Changelog
| Since 6.4.0 | Introduced. |
| Deprecated since | 6.5.0 |
block_core_file_ensure_interactivity_dependency() block core file ensure interactivity dependency code WP 6.8.3
function block_core_file_ensure_interactivity_dependency() {
_deprecated_function( __FUNCTION__, '6.5.0', 'wp_register_script_module' );
}