Total Complexity | 1 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class MonsterInsights_Notification_Headline_Analyzer extends MonsterInsights_Notification_Event { |
||
10 | |||
11 | public $notification_id = 'monsterinsights_notification_headline_analyzer'; |
||
12 | public $notification_interval = 60; // in days |
||
13 | public $notification_first_run_time = '+7 day'; |
||
14 | public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' ); |
||
15 | |||
16 | /** |
||
17 | * Build Notification |
||
18 | * |
||
19 | * @return array $notification notification is ready to add |
||
20 | * |
||
21 | * @since 7.12.3 |
||
22 | */ |
||
23 | public function prepare_notification_data( $notification ) { |
||
41 |