Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

Hide WordPress Version

Descripció

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.

Instal·lació

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

PMF

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.

Ressenyes

Llegiu totes les 3 ressenyes

Col·laboradors i desenvolupadors

«Hide WordPress Version» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

1.0.1

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

1.0

  • First public release