Skip to content

Commit

Permalink
[Added] notification/trigger/action/did action in Trigger class
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmikita committed Jul 15, 2018
1 parent d94b8a0 commit b2377fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions class/Abstracts/Trigger.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ public function _action() {
$this->stopped = true;
}

do_action( 'notification/trigger/action/did', $this );

if ( $this->is_stopped() ) {
return;
}
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ Yes, you can. [See the detailed guide](https://docs.bracketspace.com/docs/includ
* [Fixed] Post Title merge tag HTML entities, thanks to @freshjustin.
* [Fixed] Problem with disabling active notification types when switching notification status, thanks to @freshjustin.
* [Added] Notification duplicator to easly duplicate notifications.
* [Added] `notification/trigger/action/did` action in Trigger class.

= 5.2.2 =
* [Fixed] Post Updated Trigger postponing.
Expand Down

0 comments on commit b2377fa

Please sign in to comment.