Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Remove WP Version

Beschrijving

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/

Installatie

  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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Remove WP Version” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Remove WP Version” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

initial release