Wordpress plugin F12 Profiler subsection /wp-admin/admin.php?page=f12-profiler#/plugins
shows:
searching for block.min.js finds only one occurrence, in wp-content/plugins/hivepress/includes/components/class-editor.php :
// Register block script.
wp_register_script( $args['script'], hivepress()->get_url() . '/assets/js/block.min.js', [ 'wp-blocks', 'wp-element', 'wp-components', 'wp-editor' ], hivepress()->get_version(), true );
wp_add_inline_script( $args['script'], 'var hivepressBlock = ' . wp_json_encode( $args ) . ';', 'before' );
Is there anything that can be done to fix this?
