Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Hide WordPress Version

Leírás

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.

Telepítés

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

GYIK

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.

Vélemények

3 (az összes) vélemény olvasása

Közreműködők és fejlesztők

“Hide WordPress Version” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Hide WordPress Version” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.0.1

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

1.0

  • First public release