Remove the version generated in the header in WordPress

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');
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.