このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Moderate New Blogs

説明

WordPress Multisite Network plugin. New blogs(aka sites) await a final click from a Network Admin to activate. This plugin flags new blogs in Network Admin–>Sites as “Awaiting Moderation”.

インストール

This section describes how to install the plugin and get it working.

  1. Upload ds_wp3_moderate_new_blogs.php to the /wp-content/plugins/ directory
  2. ネットワーク 有効
  3. Visit Network Admin->Settings page and checkbox “Moderate New Blogs”.
  4. Look for new blogs with “Awaiting Moderation” action at Network Admin->Sites page or Network Dashboard

Optional:
To change the default message for an inactive blog use your own drop-in plugin as described in wp-includes/ms-load.php:
if ( file_exists( WP_CONTENT_DIR . ‘/blog-inactive.php’ ) )
return WP_CONTENT_DIR . ‘/blog-inactive.php’;

FAQ

  • Will this plugin stop spammer blogs? No. Legit blogs wait until approved manually by SuperAdmin.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Moderate New Blogs はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Moderate New Blogs” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

4.6

  • WP 4.6 tests OK, cleanup php notices