| @@ -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 | |