golden hour
/home/godaofbq/hardchambers.com/wp-content/plugins/notificationx-pro/includes/Admin
⬆️ Go Up
Upload
File/Folder
Size
Actions
Admin.php
793 B
Del
OK
Cron.php
4.46 KB
Del
OK
Entries.php
432 B
Del
OK
Reports
-
Del
OK
Settings.php
5.43 KB
Del
OK
XSS.php
3.39 KB
Del
OK
query-content
-
Del
OK
Edit: Entries.php
<?php /** * Extension Factory * * @package NotificationX\Extensions */ namespace NotificationXPro\Admin; use NotificationX\Admin\Entries as EntriesFree; /** * Entries Class */ class Entries extends EntriesFree { protected $wpdb; /** * Initially Invoked when initialized. */ public function __construct() { parent::__construct(); global $wpdb; $this->wpdb = $wpdb; } }
Save