Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Hide WordPress Version

Описание

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.

Установка

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

Часто задаваемые вопросы

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.

Отзывы

Посмотреть все 3 отзыва

Участники и разработчики

«Hide WordPress Version» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Hide WordPress Version» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.1

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

1.0

  • First public release