| Server IP : 27.254.66.5 / Your IP : 216.73.217.39 Web Server : Apache/2 System : Linux cs82.hostneverdie.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 User : technic2 ( 1951) PHP Version : 7.4.30 Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,sleep,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/technic2/public_html/old-website/eec/wp-includes/ |
Upload File : |
<?php /** * Widget API: Default core widgets * * @package WordPress * @subpackage Widgets * @since 2.8.0 */ /** WP_Widget_Pages class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-pages.php' ); /** WP_Widget_Links class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-links.php' ); /** WP_Widget_Search class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-search.php' ); /** WP_Widget_Archives class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-archives.php' ); /** WP_Widget_Meta class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-meta.php' ); /** WP_Widget_Calendar class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-calendar.php' ); /** WP_Widget_Text class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-text.php' ); /** WP_Widget_Categories class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-categories.php' ); /** WP_Widget_Recent_Posts class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-recent-posts.php' ); /** WP_Widget_Recent_Comments class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-recent-comments.php' ); /** WP_Widget_RSS class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-rss.php' ); /** WP_Widget_Tag_Cloud class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-tag-cloud.php' ); /** WP_Nav_Menu_Widget class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-nav-menu-widget.php' );