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' );
}
This function has been deprecated since 6.5.0.
User Contributed Notes
You must log in before being able to contribute a note or feedback.