I tried solutions with functions that should remove from head and , but a very simple solution solved the problem:
remove_action( 'wp_head', 'wp_resource_hints', 2 );
You need to place it in functions.php.
I tried solutions with functions that should remove from head and , but a very simple solution solved the problem:
remove_action( 'wp_head', 'wp_resource_hints', 2 );
You need to place it in functions.php.
For multisites, the case of creating site mirrors that open the contents of the main …