Answer the question
In order to leave comments, you need to log in
Why is a wordpress site not responding to changes in functions.php?
I tried to remove links from the code via functions.php with:
<?php
remove_action('wp_head','rsd_link');
remove_action('wp_head','wlwmanifest_link');
remove_action('wp_head','wp_generator');
Answer the question
In order to leave comments, you need to log in
Good afternoon!
If you want to remove everything at once, then the Clearfy plugin will help you - https://ru.wordpress.org/plugins/clearfy/
Check the correct connection and location of wp_head in the code. It must be before the closing tag
Useful link - https://www.isitwp.com/remove-code-wordpress-header/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question