| Server IP : 172.67.201.108 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tgnew/wp-content/plugins/events-manager/classes/ |
Upload File : |
<?php
namespace EM;
class WP_Screen {
public $action;
public $base;
private $columns = 0;
public $id;
protected $in_admin;
public $is_network;
public $is_user;
public $parent_base;
public $parent_file;
public $post_type;
public $taxonomy;
private $_help_tabs = array();
private $_help_sidebar = '';
private $_screen_reader_content = array();
private static $_old_compat_help = array();
private $_options = array();
private static $_registry = array();
private $_show_screen_options;
private $_screen_settings;
public $is_block_editor = false;
public function __get($prop){
return '';
}
public static function __callStatic( $string, $args ){
return '';
}
public function __call( $string, $args ){
return '';
}
public static function get(){
return new WP_Screen();
}
}