REMOVE META GENERATED TAG IN WORDPRESS

  1. Wordpress Editor Login to your WordPress Blog
  2. Go to Dashboard -> Appearance -> Editor
  3. Open “functions.php” file
  4. Place the following code before the closing tag (?>)
  5. remove_action(‘wp_head’, ‘wp_generator’);

  6. Save the template by clicking on “Update File” option.

0 comments:

Post a Comment