Method |
Description |
|
__construct ( $handler ) |
|
|
handle_insert ( $value, Falcon_Reply $reply ) |
|
|
notify_new_topic ( $topic_id, $forum_id, $anonymous_data, $topic_author ) |
Notify user roles on new topic |
|
notify_on_reply ( $reply_id, $topic_id, $forum_id, $anonymous_data = false, $reply_author ) |
Send a notification to subscribers |
|
register_settings ( ) |
|
|
settings_field_topic_notification ( ) |
Print field for new topic notification |
|
validate_topic_notification ( array $input ) : array |
Validate the new topic notification |
|