Remove Meta Generators

აღწერა

This plugin removes all Meta Generator html tags (even WordPress core generator). Simple and easy to use, just install, activate and you will no longer have meta generator tags in your html/source code.

No need to know or learn all the plugin meta generator hooks, this plugin covers all and any plugin that uses <meta name=”generator” content=”Plugin Name Version 1.0.0″ />

Over 2k plugins with known vulnerabilities, don’t let the plugin write it’s version number for easy access for exploiting a vulnerable version.

დაყენება

  1. Install and Activate the plugin on the Plugins page

მიმოხილვები

1 რევიუს წაკითხვა

მონაწილეები & დეველოპერები

“Remove Meta Generators” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Remove Meta Generators თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.1

  • Modified regex expression for tighter control over meta generator tags as to not spill over to other tags for edge cases.
  • Adjusted add_action from get_header to template_redirect for start of regex to accommodate new WordPress themes that are starting to get away from traditional WordPress theme structure and more javascript focused and not calling header templates in traditional ways via wp_head() i.e. TwentyTwentyFour Theme
  • Order of Action hooks for reference https://developer.wordpress.org/apis/hooks/action-reference/