PluginProbe
Adminify – White Label, Admin Menu Editor, Login Customizer / 4.0
Adminify – White Label, Admin Menu Editor, Login Customizer v4.0
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 4.1.17 All 164 releases
← All changes | Inc/Classes/Notifications/Model/Notification.php +3 -3 4.2.94.0 View file →
@@ -1,8 +1,8 @@
1 1 <?php
2 -namespace PXLBSAdminify\Inc\Classes\Notifications\Model;
2 +namespace WPAdminify\Inc\Classes\Notifications\Model;
3 3
4 -use PXLBSAdminify\Inc\Classes\Notifications\Base\Date;
4 +use WPAdminify\Inc\Classes\Notifications\Base\Date;
5 5 use ReflectionClass;
6 6
7 7 // No, Direct access Sir !!!
8 8 if ( ! defined( 'ABSPATH' ) ) {
@@ -96,9 +96,9 @@
96 96 *
97 97 * @author Jewel Theme <support@jeweltheme.com>
98 98 */
99 99 final public function fire( $trigger_time, $notification_type ) {
100 - update_option( "pxlbsadminify_{$notification_type}_last_interact", $trigger_time );
100 + update_option( "jltwp_adminify_{$notification_type}_last_interact", $trigger_time );
101 101
102 102 // Current Interval is completed .
103 103 $this->intervals[ $this->current_interval ]['fired'] = true;
104 104