ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Remove WP Version

აღწერა

Removes the meta generator tag, with WordPress Version.

A simple plugin to prevent people from knowing what version of WordPress you’re using via your HTML source.

This is a very simple plugin. You can get the same thing by adding this line to funcions.php file of your theme:

remove_action(‘wp_head’, ‘wp_generator’);

But if you’re not comfortable editing a php file, you can use this plugin to remove the WordPress version from your HTML.

The plugin has no settings and does not alter the database.

Plugin’s website: https://www.gattowp.com/

Author’s website: http://technotes.marziocarro.com/

დაყენება

  1. Copy the remove-wp-version directory into your WordPress plugins directory (usually wp-content/plugins).

  2. In the WordPress Admin Menu go to the Plugins tab and activate the ‘Remove WP Version’ plugin.

ხდკ

None yet

მიმოხილვები

There are no reviews for this plugin.

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

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

მონაწილეები

გადათარგმნეთ Remove WP Version თქვენს ენაზე.

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

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

ცვლილებები

1.0

initial release