Remove the version generated in the header in WordPress on child sites.
Snippet Type
Execute on Child Sites
Snippet
remove_action('wp_head', 'wp_generator');
Remove the version generated in the header in WordPress on child sites.
Snippet Type
Execute on Child Sites
Snippet
remove_action('wp_head', 'wp_generator');
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.