Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Hide WordPress Version

Beschrijving

Removes the WordPress version string from:

  • The $wp_version global variable (frontend only)
  • Generator tag output (removed entirely)
  • ‘Right Now’ admin dashboard widget (non-admins)
  • Admin dashboard footer (non-admins)
  • Scripts and stylesheets enqueued without a version declared
  • HTTP queries
  • XML-RPC responses
  • Pingbacks
  • Bloginfo() calls

Also removes the update notice in the admin for non-admins.

Installatie

  1. Upload hide-wordpress-version.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Will this make my install secure?

No. You still need to keep up-to-date with the latest WordPress version. This plugin will stop those less knowledgeable from finding out your version, but it is still possible to find this out.

Beoordelingen

Lees alle 3 beoordelingen

Bijdragers & ontwikkelaars

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

Bijdragers

Vertaal “Hide WordPress 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.1

  • Added removal of upgrade notice in admin for non-admins

1.0

  • First public release