PluginProbe
Adminify – White Label, Admin Menu Editor, Login Customizer / 4.0.2.5
Adminify – White Label, Admin Menu Editor, Login Customizer v4.0.2.5
4.3.2 4.3.1 4.3.0 4.2.26 4.2.25 4.2.24 4.2.23 4.2.22 4.2.21 4.2.20 4.2.19 4.2.18 4.2.17 4.2.16 4.2.15 4.2.14 4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 All 165 releases
← All changes | Inc/Classes/Notifications/Manager.php +3 -6 4.2.254.0.2.5 View file →
@@ -1,8 +1,8 @@
1 1 <?php
2 -namespace PXLBSAdminify\Inc\Classes\Notifications;
2 +namespace WPAdminify\Inc\Classes\Notifications;
3 3
4 -use PXLBSAdminify\Inc\Classes\Notifications\Base\Data;
4 +use WPAdminify\Inc\Classes\Notifications\Base\Data;
5 5
6 6 // No, Direct access Sir !!!
7 7 if ( ! defined( 'ABSPATH' ) ) {
8 8 exit;
@@ -30,16 +30,13 @@
30 30
31 31 // Register Subscribe Notice .
32 32 $this->register( new Subscribe() );
33 33
34 - // Discount Coupon
35 - // $this->register( new Discount() );
36 -
37 34 // Register What we Collect Notice .
38 35 $this->register( new What_We_Collect() );
39 36
40 37 // Module_Conflicts
41 - // $this->register( new Module_Conflicts() );
38 + $this->register( new Module_Conflicts() );
42 39
43 40 // Register Upgrade_Notice Notice for managing all notices .
44 41 $this->register( new Upgrade_Notice() );
45 42 }