Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Remove WP Version

Descrizione

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/

Installazione

  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.

FAQ

None yet

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Remove WP Version” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Remove WP Version” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.0

initial release