Skip to content

Instantly share code, notes, and snippets.

@AndreFCAmorim
Created November 6, 2022 15:51
Show Gist options
  • Save AndreFCAmorim/4783e5c1f61e33b7c5517b9162a42337 to your computer and use it in GitHub Desktop.
Save AndreFCAmorim/4783e5c1f61e33b7c5517b9162a42337 to your computer and use it in GitHub Desktop.
Remove WordPress Version Number
<?php
add_filter('the_generator', '__return_empty_string');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment