이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP NotifyComment

설명

WP NotifyComment is a very simple single pluggable function plugin with no widget interface. A mail is sent to the moderator when a new comment is posted, to alert him that moderation is awaited. This function was originally working on the first WordPress versions and then has behaved erratically after a change in code (malformed header).

설치

To install the WP NotifyComment plugin just follow this simple 5-step recipe :

  1. Download the plugin and expand it to an empty directory of your local disk drive.
  2. Copy the local wp-notify-comment folder created by the unzipper onto your server plugins folder (wp-content/plugins/).
  3. Login into the WordPress administration area and click on the Plugins left menu. Expand the Installed view.
  4. Locate the NotifyComment plugin and click on the Activate link. Check that the plugin is actually listed as activated.
  5. You are done, check now a comment is sent if you post a comment (not being logged as administrator).

More information on this widget utilization can be found there.

FAQ

What is this plugin fixing in the original pluggable function ?

The mail header formatted by the standard wp_notify_postauthor function is empty instead of containing the required fields. This plugin fills the fields correctly.

Is there any configuration required in the admin panel ?

Nope. Nothing other than activating the plugin itself.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WP NotifyComment”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP NotifyComment”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • First release. NotifyComment initial implementation.