block_core_file_ensure_interactivity_dependency() In this article Table of ContentsSource Related Changelog ↑ Back to top This function has been deprecated. 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' ); } View all references View on Trac View on GitHub Related UsesDescription_deprecated_function()wp-includes/functions.phpMarks a function as deprecated and inform when it has been used. Changelog VersionDescription6.5.0This function has been deprecated.6.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.