0
Validation results

LightSNS_1_6_60

LightSNS_1_6_60

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMELightSNS_1_6_60.zip
  • FILE SIZE1453322 bytes
  • MD53e43ddc580aecbc1215da6eacdfd023f
  • SHA1086b62086b29b4201f7b2a4ee3f2fb24c0e280d7
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • THEME URIhttps://q.jinsom.cn
  • VERSIONLightSNS_1.6.60
  • TAGSwordpress
  • CREATION DATE2021-12-19
  • LAST FILE UPDATE2021-12-19
  • LAST VALIDATION2021-12-19 11:01
  • OTHER VERSIONS

    Beta_1.6.29 : 0%

    Beta_1.5.198.7 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Use of base64_decode() Found base64_decode in file upload-base64.php. 91: $base64= base64_decode($base64);Found base64_decode in file notify.php. 173: $result = (bool)openssl_verify($data, base64_decode($sign), $res, OPENSSL_ALGO_SHA256);176: $result = (bool)openssl_verify($data, base64_decode($sign), $res);Found base64_decode in file notify-goods.php. 166: $result = (bool)openssl_verify($data, base64_decode($sign), $res, OPENSSL_ALGO_SHA256);169: $result = (bool)openssl_verify($data, base64_decode($sign), $res);Found base64_decode in file functions.php. 64: return base64_decode(str_replace($find, $replace, $str));
  3. Security breaches : Use of base64_encode() Found base64_encode in file alipay-h5.php.
     $sign = base64_encode($sign);
    Found base64_encode in file sms.php.
     $sign = base64_encode(hash_hmac('sha1', $stringToSign, $accessKeySecret . '&',true)
    Found base64_encode in file alipay.php.
     $sign = base64_encode($sign);
    Found base64_encode in file qrcode.php.
     $sign = base64_encode($sign);
    Found base64_encode in file Auth.php.
     $sign = base64_encode($bin);
    Found base64_encode in file functions.php.
     return str_replace($find, $replace, base64_encode($data));
    Found base64_encode in file OssUtil.php.
     $content_md5 = base64_encode(md5($data, true));
    Found base64_encode in file OssClient.php.
     $signature = base64_encode(hash_hmac('sha1', $string_to_sign, $this->accessKeySecret, tr
     $content_md5 = base64_encode(md5_file($options[self::OSS_FILE_UPLOAD], true));
     $content_md5 = base64_encode(md5_file($options[self::OSS_FILE_UPLOAD], true));
     $headers[self::OSS_CONTENT_MD5] = base64_encode(md5($options[self::OSS_CONTENT], true));
     $headers[self::OSS_CALLBACK] = base64_encode($options[self::OSS_CALLBACK]);
     $headers[self::OSS_CALLBACK_VAR] = base64_encode($options[self::OSS_CALLBACK_VAR]);
     $signature = base64_encode(hash_hmac('sha1', $string_to_sign_ordered, $this->accessKeySe
    Found base64_encode in file jinsom.php.
     $signature = base64_encode(hash_hmac('sha1', $signStr,$SecretKey, true));
  4. Unwanted files : hidden file(s) or folder(s) .vs was found.
  5. Unwanted files : SQL dump file slnx.sqlite was found.
  6. Malware : Operations on file system file_get_contents was found in the file module.php 42: $module_path=file_get_contents($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/'.$type.'/i107: $module_path=file_get_contents($widget_dir.$data.'/index.php');file_get_contents was found in the file module.php 42: $module_path=file_get_contents($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/'.$type.'/i107: $module_path=file_get_contents($widget_dir.$data.'/index.php');file_get_contents was found in the file module.php 92: $module_path=file_get_contents($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/'.$type.'/ifile_get_contents was found in the file wechatpay-notify-goods.php 155: $postStr = file_get_contents('php://input');file_get_contents was found in the file wechatpay-notify.php 162: $postStr = file_get_contents('php://input');file_put_contents was found in the file upload-base64.php 92: file_put_contents($tmp,$base64);file_get_contents was found in the file module.php 94: $module_path=file_get_contents($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/'.$type.'/ifile_get_contents was found in the file controller.php 9: $CONFIG = json_decode(preg_replace('/\/\*[\s\S]+?\*\//', '', file_get_contents('config.json')), true);file_get_contents was found in the file wechat-mp.php 9: $response = file_get_contents( $url );27: $user_info = json_decode(file_get_contents($info_url),true);file_get_contents was found in the file wechat-mp.php 9: $response = file_get_contents( $url );27: $user_info = json_decode(file_get_contents($info_url),true);file_get_contents was found in the file wechat.php 10: return json_decode(file_get_contents($url),true);24: $user_info = json_decode(file_get_contents($info_url),true);file_get_contents was found in the file wechat.php 10: return json_decode(file_get_contents($url),true);24: $user_info = json_decode(file_get_contents($info_url),true);file_get_contents was found in the file Cosapi.php 433: $filecontent = file_get_contents(file_get_contents was found in the file Zone.php 142: $bucketHosts = file_get_contents($path);file_put_contents was found in the file Zone.php 150: file_put_contents($path, json_encode($this->hostCache), LOCK_EX);fopen was found in the file Etag.php 33: $fhandler = fopen($filename, 'r');fclose was found in the file Etag.php 42: fclose($fhandler);52: fclose($fhandler);64: fclose($fhandler);fread was found in the file Etag.php 50: $fdata = fread($fhandler, Config::BLOCK_SIZE);61: $fdata = fread($fhandler, Config::BLOCK_SIZE);fclose was found in the file Etag.php 42: fclose($fhandler);52: fclose($fhandler);64: fclose($fhandler);fread was found in the file Etag.php 50: $fdata = fread($fhandler, Config::BLOCK_SIZE);61: $fdata = fread($fhandler, Config::BLOCK_SIZE);fclose was found in the file Etag.php 42: fclose($fhandler);52: fclose($fhandler);64: fclose($fhandler);fopen was found in the file UploadManager.php 89: $file = fopen($filePath, 'rb');fread was found in the file UploadManager.php 97: $data = fread($file, $size);fclose was found in the file UploadManager.php 98: fclose($file);123: fclose($file);fclose was found in the file UploadManager.php 98: fclose($file);123: fclose($file);fread was found in the file ResumeUploader.php 73: $data = fread($this->inputStream, $blockSize);fopen was found in the file OssUtil.php 229: $fp = fopen($filename, 'w');283: if (false === $fh = fopen($filename, 'rb')) {fwrite was found in the file OssUtil.php 245: $flag = fwrite($fp, $content);fclose was found in the file OssUtil.php 254: fclose($fp);302: fclose($fh);fopen was found in the file OssUtil.php 229: $fp = fopen($filename, 'w');283: if (false === $fh = fopen($filename, 'rb')) {fread was found in the file OssUtil.php 298: $data .= fread($fh, $read_length);fclose was found in the file OssUtil.php 254: fclose($fp);302: fclose($fh);fclose was found in the file RequestCore.php 244: fclose($this->read_stream);248: fclose($this->write_stream);fclose was found in the file RequestCore.php 244: fclose($this->read_stream);248: fclose($this->write_stream);fopen was found in the file RequestCore.php 410: $read_file_handle = fopen($location, 'r');437: $write_file_handle = fopen($location, 'w');fopen was found in the file RequestCore.php 410: $read_file_handle = fopen($location, 'r');437: $write_file_handle = fopen($location, 'w');fread was found in the file RequestCore.php 547: $read = fread($this->read_stream, min($this->read_stream_size - $this->read_stream_fwrite was found in the file RequestCore.php 574: $written_last = fwrite($this->write_stream, substr($data, $written_total));file_get_contents was found in the file jinsom.php 2375: $str = file_get_contents('https://apis.map.qq.com/ws/location/v1/ip?ip='.$ip.'&key2395: $str = file_get_contents('http://ip.taobao.com/service/getIpInfo.php?ip='.$ip);2794: $result = file_get_contents($url,false,$context);3064: $content = file_get_contents('https://vip.video.qq.com/fcgi-bin/comm_cgi?name=short_urfile_get_contents was found in the file jinsom.php 2375: $str = file_get_contents('https://apis.map.qq.com/ws/location/v1/ip?ip='.$ip.'&key2395: $str = file_get_contents('http://ip.taobao.com/service/getIpInfo.php?ip='.$ip);2794: $result = file_get_contents($url,false,$context);3064: $content = file_get_contents('https://vip.video.qq.com/fcgi-bin/comm_cgi?name=short_urfile_get_contents was found in the file jinsom.php 2375: $str = file_get_contents('https://apis.map.qq.com/ws/location/v1/ip?ip='.$ip.'&key2395: $str = file_get_contents('http://ip.taobao.com/service/getIpInfo.php?ip='.$ip);2794: $result = file_get_contents($url,false,$context);3064: $content = file_get_contents('https://vip.video.qq.com/fcgi-bin/comm_cgi?name=short_urfile_get_contents was found in the file jinsom.php 2375: $str = file_get_contents('https://apis.map.qq.com/ws/location/v1/ip?ip='.$ip.'&key2395: $str = file_get_contents('http://ip.taobao.com/service/getIpInfo.php?ip='.$ip);2794: $result = file_get_contents($url,false,$context);3064: $content = file_get_contents('https://vip.video.qq.com/fcgi-bin/comm_cgi?name=short_urfile_get_contents was found in the file template.php 11: $module_path=file_get_contents($file);
  7. Malware : Network operations curl_init was found in the file wechat-jsapi.php 213: $ch = curl_init($url);231: $ch = curl_init();curl_exec was found in the file wechat-jsapi.php 222: $data = curl_exec($ch);243: $data = curl_exec($ch);curl_init was found in the file wechat-jsapi.php 213: $ch = curl_init($url);231: $ch = curl_init();curl_exec was found in the file wechat-jsapi.php 222: $data = curl_exec($ch);243: $data = curl_exec($ch);curl_init was found in the file wechat-h5.php 128: $ch = curl_init();curl_exec was found in the file wechat-h5.php 140: $data = curl_exec($ch);curl_init was found in the file sms.php 46: $ch = curl_init();162: $curl = curl_init();curl_exec was found in the file sms.php 67: $rtn = curl_exec($ch);171: $ret = curl_exec($curl);173: // curl_exec failedcurl_init was found in the file sms.php 46: $ch = curl_init();162: $curl = curl_init();curl_exec was found in the file sms.php 67: $rtn = curl_exec($ch);171: $ret = curl_exec($curl);173: // curl_exec failedcurl_init was found in the file wechatpay-xunhu-api.php 4: if(!function_exists('curl_init')){11: $ch = curl_init();curl_exec was found in the file wechatpay-xunhu-api.php 21: $response = curl_exec($ch);curl_init was found in the file wechatpay-code.php 138: $ch = curl_init($url);156: $ch = curl_init();curl_exec was found in the file wechatpay-code.php 147: $data = curl_exec($ch);168: $data = curl_exec($ch);curl_init was found in the file wechatpay-code.php 138: $ch = curl_init($url);156: $ch = curl_init();curl_exec was found in the file wechatpay-code.php 147: $data = curl_exec($ch);168: $data = curl_exec($ch);curl_init was found in the file qrcode.php 191: $ch = curl_init();curl_exec was found in the file qrcode.php 203: $data = curl_exec($ch);curl_init was found in the file Http.php 39: self::$_curlHandler = curl_init();curl_exec was found in the file Http.php 85: $ret = curl_exec(self::$_curlHandler);curl_init was found in the file Client.php 77: $ch = curl_init();curl_exec was found in the file Client.php 107: $result = curl_exec($ch);curl_init was found in the file RequestCore.php 600: $curl_handle = curl_init();curl_exec was found in the file RequestCore.php 795: $this->response = curl_exec($curl_handle);curl_init was found in the file jinsom.php 2426: $ch = curl_init(); 2929: $ch = curl_init();curl_exec was found in the file jinsom.php 2432: $handles = curl_exec($ch); 2938: $output = curl_exec($ch);curl_init was found in the file jinsom.php 2426: $ch = curl_init(); 2929: $ch = curl_init();curl_exec was found in the file jinsom.php 2432: $handles = curl_exec($ch); 2938: $output = curl_exec($ch);
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File options.class.php : 228: $menu_page = call_user_func( 'add_submenu_page', $menu_parent, $menu_title, $menu_title, $menu_capability240: call_user_func( 'add_submenu_page', $menu_slug, $section['title'], $section['title'], $menuFile options.class.php : 232: $menu_page = call_user_func( 'add_menu_page', $menu_title, $menu_title.' <span class='update-plugins counFile options.class.php : 228: $menu_page = call_user_func( 'add_submenu_page', $menu_parent, $menu_title, $menu_title, $menu_capability240: call_user_func( 'add_submenu_page', $menu_slug, $section['title'], $section['title'], $menu
  9. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : base.php.
  10. Comment reply : Declaration of comment reply Could not find the comment-reply js script enqueued.
  11. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  12. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in extend.php. Themes must not deregister core scripts. 199: wp_deregister_script('jquery');
  2. theme tags : Presence of bad theme tagsFound wrong tag wordpress in style.css header.
  3. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is lightsns_1_6_60.
  4. Text domain : Incorrect use of translation functions.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '提醒:你网站有用户申请提现,请登录后台查看!<br>申请用户:', <br>提现金额:, '元' in file cash.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '提醒:你网站有用户申请提现,请登录后台查看!<br>申请用户:', <br>提现金额:, '元', 'jinsom' in file cash.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are jinsom, danger_reason, <br>提现金额:.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Fundamental theme elements : Presence of language_attributes()Could not find .
  7. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  8. Fundamental theme elements : Presence of comments_template()Could not find comments_template.
  9. Fundamental theme elements : Presence of wp_list_comments()Could not find wp_list_comments.
  10. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  11. Fundamental theme elements : Presence of post_class()Could not find post_class.
  12. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  13. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  14. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  15. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  16. I18N implementation : Proper use of ___all(Possible variable $user_id found in translation function in login.php. Translation function calls should not contain PHP variables. Possible variable $user_id found in translation function in cash.php. Translation function calls should not contain PHP variables.
  17. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  18. Featured image : Use of add_theme_support( 'post-thumbnails' ) in functions.php fileNo reference to post-thumbnails was found in the theme.
  19. CSS files : Presence of license typeLicense: is missing from style.css header.
  20. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  21. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  22. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  23. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  24. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  25. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  26. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  27. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  28. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  29. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 350x250px (7:5). Ratio of width to height should be 4:3.Screenshot size is 350x250px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in index.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  7. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : sidebar-custom-0.php 2: <?php if(is_active_sidebar('custom_0')){dynamic_sidebar('custom_0');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-content-bbs.php 2: <?php if(is_active_sidebar('sidebar_content_bbs')){dynamic_sidebar('sidebar_content_bbs');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-single-special.php 2: <?php if(is_active_sidebar('single_special')){dynamic_sidebar('single_special');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-custom-9.php 2: <?php if(is_active_sidebar('custom_9')){dynamic_sidebar('custom_9');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-custom-6.php 2: <?php if(is_active_sidebar('custom_6')){dynamic_sidebar('custom_6');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-content-single.php 2: <?php if(is_active_sidebar('sidebar_content_single')){dynamic_sidebar('sidebar_content_single');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-custom-7.php 2: <?php if(is_active_sidebar('custom_7')){dynamic_sidebar('custom_7');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-content-video.php 2: <?php if(is_active_sidebar('sidebar_content_video')){dynamic_sidebar('sidebar_content_video');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-index.php 2: <?php if(is_active_sidebar('sidebar_index')){dynamic_sidebar('sidebar_index');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-custom-5.php 2: <?php if(is_active_sidebar('custom_5')){dynamic_sidebar('custom_5');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-custom-8.php 2: <?php if(is_active_sidebar('custom_8')){dynamic_sidebar('custom_8');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-page.php 2: <?php if(is_active_sidebar('sidebar_page')){dynamic_sidebar('sidebar_page');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-tag.php 2: <?php if(is_active_sidebar('sidebar_tag')){dynamic_sidebar('sidebar_tag');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-content-words.php 2: <?php if(is_active_sidebar('sidebar_content_words')){dynamic_sidebar('sidebar_content_words');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-custom-4.php 2: <?php if(is_active_sidebar('custom_4')){dynamic_sidebar('custom_4');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-custom-3.php 2: <?php if(is_active_sidebar('custom_3')){dynamic_sidebar('custom_3');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-content-music.php 2: <?php if(is_active_sidebar('sidebar_content_music')){dynamic_sidebar('sidebar_content_music');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-custom-2.php 2: <?php if(is_active_sidebar('custom_2')){dynamic_sidebar('custom_2');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-custom-1.php 2: <?php if(is_active_sidebar('custom_1')){dynamic_sidebar('custom_1');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar-search.php 2: <?php if(is_active_sidebar('sidebar_search')){dynamic_sidebar('sidebar_search');}else{require(get_template_directory().'/sidebar/sidebar.php');}?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : index.php 5: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/pc/home/index.php');7: require($require_url.'/page/layout-sns.php');10: require($require_url.'/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setup.class.php 299: require_once( $path ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : options.php 3: require($require_url.'/functions/languages.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : tag.php 3: require(get_template_directory() . '/mobile/index.php');8: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/pc/topic/index.php');43: <?php require($require_url.'/sidebar/sidebar-tag.php');?>188: require($require_url.'/post/post-list.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : index.php 6: require($require_url.'/header/ip.php');//ip封禁11: require($require_url.'/header/tdk.php');93: <?php require( get_template_directory() .'/header/tdk.php');?>144: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/mobile/left_sidebar/i152: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/mobile/right_sidebar/173: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/mobile/home_sns/index175: require(get_template_directory().'/mobile/templates/index/sns.php');181: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/mobile/notice/index.p183: require(get_template_directory().'/mobile/templates/index/notice.php');189: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/mobile/find/index.php191: require(get_template_directory().'/mobile/templates/index/find.php');197: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/mobile/mine/index.php199: require(get_template_directory().'/mobile/templates/index/mine.php'); 204: 208: require(get_template_directory().'/mobile/templates/index/video.php');212: require(get_template_directory().'/mobile/templates/index/single.php');216: require(get_template_directory().'/mobile/templates/index/custom-1.php');220: require(get_template_directory().'/mobile/templates/index/custom-2.php');224: require(get_template_directory().'/mobile/templates/index/custom-3.php');363: <?php require(get_template_directory().'/mobile/templates/index/popup.php');?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : my-gift.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs.php 2: require( '../../../../../../wp-load.php');535: require(get_template_directory().'/mobile/templates/post/bbs-power.php');585: <?php }else{ require( get_template_directory() . '/mobile/templates/post/page-no-power.p If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-system.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-follow-like.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-comment.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-item.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-bbs.php 2: require( '../../../../../../wp-load.php');475: <?php require( get_template_directory() . '/mobile/templates/post/topic-list.php'486: require( get_template_directory() . '/mobile/templates/post/bar.php' );513: <?php require( get_template_directory() . '/mobile/templates/post/comment.php' );520: require( get_template_directory() . '/mobile/templates/post/page-no-power.p If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : referral.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-like.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : collect-img.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment-bbs-floor.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment-bbs.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reprint.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sns.php 3: require( '../../../../../../wp-load.php');10: <?php echo require(get_template_directory().'/mobile/templates/index/sns-show.php');?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic-like.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment-child-page.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : pet-note.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : upload-avatar.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : case.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : member-other.php 2: require( '../../../../../../wp-load.php');181: require(get_template_directory().'/mobile/templates/post/post-list.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : search.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : playbill-referral.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : visitor.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : gift-note.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : task.php 3: require( '../../../../../../wp-load.php');25: <?php require( get_template_directory() . '/module/stencil/task-html.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : income.php 3: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : outlay.php 3: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : mywallet.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key.php 3: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : lottery.php 3: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : exp.php 3: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : recharge-credit.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : recharge-vip.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : cash.php 3: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : cash-note.php 3: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : recharge-note.php 3: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : cash-note-more.php 3: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : chat-group.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : collect.php 3: require( '../../../../../../wp-load.php');116: require(get_template_directory().'/mobile/templates/post/post-list.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : words.php 2: require( '../../../../../../../wp-load.php');68: <?php require(get_template_directory().'/mobile/templates/page/publish/popup.php' If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : redbag.php 3: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single.php 2: require( '../../../../../../../wp-load.php');66: <?php require(get_template_directory().'/mobile/templates/page/publish/popup.php' If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music.php 2: require( '../../../../../../../wp-load.php');87: <?php require(get_template_directory().'/mobile/templates/page/publish/popup.php' If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video.php 2: require( '../../../../../../../wp-load.php');108: <?php require(get_template_directory().'/mobile/templates/page/publish/popup.php' If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-normal.php 2: require( '../../../../../../../wp-load.php');150: <?php require(get_template_directory().'/mobile/templates/page/publish/popup.php' If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-video.php 2: require( '../../../../../../wp-load.php');61: <?php require($require_url.'/mobile/templates/post/comment-toolbar.php');?>67: require($require_url.'/post/private-no-power.php');175: require( get_template_directory() . '/mobile/templates/post/topic-list.php'177: require( get_template_directory() . '/mobile/templates/post/bar.php' );182: <?php require( get_template_directory() . '/mobile/templates/post/comment.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : get-redbag.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : luck-draw.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-buy.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-page.php 2: require( '../../../../../../wp-load.php');6: require(get_template_directory().'/mobile/templates/page/bbs-show.php');8: require(get_template_directory().'/mobile/templates/page/topic-show.php');10: require(get_template_directory().'/mobile/templates/page/video-special.php'12: require(get_template_directory().'/mobile/templates/page/black-house.php');14: require(get_template_directory().'/mobile/templates/page/leaderboard.php');16: require(get_template_directory().'/mobile/templates/page/case.php');18: require(get_template_directory().'/mobile/templates/page/luck-draw.php');20: require(get_template_directory().'/mobile/templates/page/live.php');22: require(get_template_directory().'/mobile/templates/post/page.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-words.php 2: require( '../../../../../../wp-load.php');61: <?php require($require_url.'/mobile/templates/post/comment-toolbar.php');?>67: require($require_url.'/post/private-no-power.php');215: require( get_template_directory() . '/mobile/templates/post/topic-list.php'217: require( get_template_directory() . '/mobile/templates/post/bar.php' );222: <?php require( get_template_directory() . '/mobile/templates/post/comment.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-single.php 2: require( '../../../../../../wp-load.php');62: <?php require($require_url.'/mobile/templates/post/comment-toolbar.php');?>69: require($require_url.'/post/private-no-power.php');146: <?php require( get_template_directory() . '/mobile/templates/post/topic-list.php'158: require( get_template_directory() . '/mobile/templates/post/bar.php' );164: <?php require( get_template_directory() . '/mobile/templates/post/comment.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setting-phone.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setting-question.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setting-other.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setting-password.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : get-password.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setting-honor.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setting-email.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setting-desc.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setting-language.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setting.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : setting-more.php 2: require( '../../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video-special.php 3: require( '../../../../../../wp-load.php');51: <?php require(get_template_directory().'/mobile/templates/index/video-special.php If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : online.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-redbag.php 2: require( '../../../../../../wp-load.php');54: <?php require($require_url.'/mobile/templates/post/comment-toolbar.php');?>93: require( get_template_directory() . '/mobile/templates/post/bar.php' );99: <?php require( get_template_directory() . '/mobile/templates/post/comment.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : follower.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : live.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment-music-page.php 2: require( '../../../../../../wp-load.php');25: <?php require($require_url.'/mobile/templates/post/comment-toolbar.php');?>30: <?php require( get_template_directory() . '/mobile/templates/post/comment.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : member-mine.php 2: require( '../../../../../../wp-load.php');169: require(get_template_directory().'/mobile/templates/post/post-list.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reward.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : playbill-content.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : black-house.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic-rank.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sign-rank.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-music.php 2: require( '../../../../../../wp-load.php');56: <?php require($require_url.'/mobile/templates/post/comment-toolbar.php');?>62: require($require_url.'/post/private-no-power.php');91: require( get_template_directory() . '/mobile/templates/post/topic-list.php'93: require( get_template_directory() . '/mobile/templates/post/bar.php' );98: <?php require( get_template_directory() . '/mobile/templates/post/comment.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : activity-form.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : task-treasure.php 3: require( '../../../../../../wp-load.php');27: <?php require( get_template_directory() . '/module/stencil/task-treasure-html.php If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : send-gift.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reg-phone.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : pet.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-commend.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : vip.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic.php 2: require( '../../../../../../wp-load.php');185: require(get_template_directory().'/mobile/templates/post/post-list.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : majia.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : pet-nest.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : nearby-people.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : pet-list.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic-show.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : pet-store.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : content-playbill.php 3: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : leaderboard.php 3: require( '../../../../../../wp-load.php');106: <?php require( get_template_directory() . '/mobile/module/stencil/leaderboard-lis If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : chat-one.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-show.php 3: require( '../../../../../../wp-load.php');34: <?php require(get_template_directory().'/mobile/templates/index/bbs-show.php');?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sign.php 2: require( '../../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : now.php 3: require( '../../../../../../wp-load.php');23: <?php require(get_template_directory().'/mobile/module/post/now.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs.php 28: require( get_template_directory() . '/mobile/templates/post/bbs-list/bbs-li29: // require(get_template_directory().'/mobile/templates/post/single.php');32: require( get_template_directory() . '/mobile/templates/post/bbs-list/bbs-li34: require( get_template_directory() . '/mobile/templates/post/bbs-list/bbs-li36: require( get_template_directory() . '/mobile/templates/post/bbs-list/bbs-li38: require( get_template_directory() . '/mobile/templates/post/bbs-list/bbs-li40: require( get_template_directory() . '/mobile/templates/post/bbs-list/bbs-li If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : words.php 24: <?php require( get_template_directory() . '/mobile/templates/post/info.php' );?>162: <?php require( get_template_directory() . '/mobile/templates/post/bar.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : redbag.php 10: <?php require( get_template_directory() . '/mobile/templates/post/info.php' );?>40: <?php require( get_template_directory() . '/mobile/templates/post/bar.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single-2.php 28: <?php require( get_template_directory() . '/mobile/templates/post/bar.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : page.php 3: require( '../../../../../../wp-load.php');50: <?php require($require_url.'/mobile/templates/post/comment-toolbar.php');?>63: <?php require( get_template_directory() . '/mobile/templates/post/comment.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single.php 9: require( get_template_directory().'/mobile/templates/post/single-2.php' );11: require( get_template_directory().'/mobile/templates/post/single-1.php' );13: require( get_template_directory().'/mobile/templates/post/single-3.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music.php 20: <?php require( get_template_directory() . '/mobile/templates/post/info.php' );?>35: <?php require( get_template_directory() . '/mobile/templates/post/bar.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-no.php 3: <?php require( get_template_directory() . '/mobile/templates/post/info.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single-1.php 41: <?php require( get_template_directory() . '/mobile/templates/post/bar.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-list-2.php 4: <?php require( get_template_directory() . '/mobile/templates/post/info.php' );?>29: <?php require( get_template_directory() . '/mobile/templates/post/bar.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-power.php 43: require($theme_url.'/mobile/templates/post/bbs-no.php'); 45: require($theme_url.'/mobile/templates/post/bbs.php'); 50: require($theme_url.'/mobile/templates/post/bbs-no.php');52: require($theme_url.'/mobile/templates/post/bbs.php'); 56: require($theme_url.'/mobile/templates/post/bbs-no.php');58: require($theme_url.'/mobile/templates/post/bbs.php'); 63: require($theme_url.'/mobile/templates/post/bbs-no.php');65: require($theme_url.'/mobile/templates/post/bbs.php'); 70: require($theme_url.'/mobile/templates/post/bbs-no.php');72: require($theme_url.'/mobile/templates/post/bbs.php'); 78: require($theme_url.'/mobile/templates/post/bbs-no.php');80: require($theme_url.'/mobile/templates/post/bbs.php'); 86: require($theme_url.'/mobile/templates/post/bbs-no.php');88: require($theme_url.'/mobile/templates/post/bbs.php'); 92: require($theme_url.'/mobile/templates/post/bbs-no.php');94: require($theme_url.'/mobile/templates/post/bbs.php'); 104: require($theme_url.'/mobile/templates/post/bbs-no.php');106: require($theme_url.'/mobile/templates/post/bbs.php'); 109: require($theme_url.'/mobile/templates/post/bbs-no.php');112: require($theme_url.'/mobile/templates/post/bbs.php'); 121: require($theme_url.'/mobile/templates/post/bbs-no.php');123: require($theme_url.'/mobile/templates/post/bbs.php'); 126: require($theme_url.'/mobile/templates/post/bbs-no.php');129: require($theme_url.'/mobile/templates/post/bbs.php'); 137: require($theme_url.'/mobile/templates/post/bbs-no.php');139: require($theme_url.'/mobile/templates/post/bbs.php'); 142: require($theme_url.'/mobile/templates/post/bbs-no.php');145: require($theme_url.'/mobile/templates/post/bbs.php'); 148: require($theme_url.'/mobile/templates/post/bbs.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single-3.php 40: <?php require( get_template_directory() . '/mobile/templates/post/bar.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video.php 14: <?php require( get_template_directory() . '/mobile/templates/post/info.php' );?>86: <?php require( get_template_directory() . '/mobile/templates/post/bar.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-list.php 14: require($require_url.'/post/private-no-power.php');25: require(get_template_directory().'/mobile/templates/post/page.php');27: require(get_template_directory().'/mobile/templates/post/music.php');29: require(get_template_directory().'/mobile/templates/post/single.php');31: require(get_template_directory().'/mobile/templates/post/video.php'); 33: require(get_template_directory().'/mobile/templates/post/redbag.php'); 35: require(get_template_directory().'/mobile/templates/post/bbs-power.php');37: require(get_template_directory().'/mobile/templates/post/words.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment.php 18: require($require_url.'/mobile/templates/post/comment-templates.php');27: require($require_url.'/mobile/templates/post/comment-templates.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sns-show.php 272: require(get_template_directory().'/mobile/templates/post/post-list.php' );513: require(get_template_directory().'/mobile/templates/post/post-list.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs.php 39: require(get_template_directory().'/mobile/templates/index/bbs-show.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sns.php 5: require(get_template_directory().'/mobile/templates/index/sns-show.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video-special.php 29: require(get_template_directory().'/mobile/templates/post/video.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video.php 39: <?php require(get_template_directory().'/mobile/templates/index/video-special.php If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-show.php 129: require($require_url.'/page/layout-bbs-list.php');136: require($require_url.'/page/layout-bbs-list.php');143: require($require_url.'/page/layout-bbs-list.php');150: require($require_url.'/page/layout-bbs-list.php');157: require($require_url.'/page/layout-bbs-list.php');164: require($require_url.'/page/layout-bbs-list.php');171: require($require_url.'/page/layout-bbs-list.php');178: require($require_url.'/page/layout-bbs-list.php');185: require($require_url.'/page/layout-bbs-list.php');192: require($require_url.'/page/layout-bbs-list.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : follower.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : following.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : credit.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic-hot.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : referral-url.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : lottery.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : pet.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-type.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : power-form.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : system-notice.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs.php 2: require( '../../../../../../wp-load.php' );139: require(get_template_directory().'/mobile/templates/post/bbs-power.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : hide-content.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : collect-img.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : search.php 2: require( '../../../../../../wp-load.php' );273: require(get_template_directory().'/mobile/templates/post/post-list.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : collect.php 3: require( '../../../../../../wp-load.php' );49: require(get_template_directory().'/mobile/templates/post/post-list.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video-special.php 2: require( '../../../../../../wp-load.php' );37: require(get_template_directory().'/mobile/templates/post/video.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : data.php 2: require( '../../../../../../wp-load.php' );56: require(get_template_directory().'/mobile/templates/post/post-list.php' ); 342: require(get_template_directory().'/mobile/templates/post/post-list.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic.php 2: require( '../../../../../../wp-load.php' );85: require(get_template_directory().'/mobile/templates/post/post-list.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment.php 2: require( '../../../../../../wp-load.php' );28: require($require_url.'/mobile/templates/post/comment-templates.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : now.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : profile.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : profile-admin.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : user.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : message-group-list-ajax.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : wechat-h5.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : alipay-h5.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-page.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : find-page.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : mine-page.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-more.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : leaderboard.php 3: require( '../../../../../../wp-load.php' );5: require( get_template_directory() . '/mobile/module/stencil/leaderboard-lis If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : taxonomy-shop.php 3: // require($require_url.'/mobile/index.php');42: require($require_url.'/post/goods.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : author.php 3: require(get_template_directory() . '/mobile/index.php');7: require( get_template_directory() . '/module/publish/single-form.php'); 9: require( get_template_directory() . '/module/editor/single-form.php' ); 11: require( get_template_directory() . '/module/editor/bbs-form.php' ); 13: require( get_template_directory() . '/module/publish/bbs-form.php' ); 16: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/pc/member/index.php')18: require( get_template_directory() . '/header/member.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : member.php 370: require($require_url.'/post/post-list.php');391: require($require_url.'/module/stencil/skin.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : login.php 11: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/pc/login_page/index.p If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : empty.php 6: require(get_template_directory() . '/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : layout-sns.php 295: require($require_url.'/post/post-list.php'); 510: require($require_url.'/post/post-list.php');523: <?php require($require_url.'/sidebar/sidebar-index.php');?><!-- 右侧 --> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : case.php 7: require(get_template_directory() . '/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : empty-double-column.php 6: require(get_template_directory() . '/mobile/index.php'); 12: <?php require(get_template_directory().'/sidebar/sidebar-page.php');?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single.php 6: require(get_template_directory().'/mobile/index.php'); 710: require(get_template_directory().'/sidebar/sidebar-'.$sidebar_on_off.'.php' If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : empty-one-column.php 6: require(get_template_directory() . '/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : luck-draw.php 6: require(get_template_directory() . '/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : layout-bbs.php 8: require(get_template_directory() . '/mobile/index.php'); 12: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/pc/bbs_show/index.php160: require($require_url.'/page/layout-bbs-list.php');167: require($require_url.'/page/layout-bbs-list.php');174: require($require_url.'/page/layout-bbs-list.php');181: require($require_url.'/page/layout-bbs-list.php');188: require($require_url.'/page/layout-bbs-list.php');195: require($require_url.'/page/layout-bbs-list.php');202: require($require_url.'/page/layout-bbs-list.php');209: require($require_url.'/page/layout-bbs-list.php');216: require($require_url.'/page/layout-bbs-list.php');223: require($require_url.'/page/layout-bbs-list.php');245: require(get_template_directory().'/sidebar/sidebar-'.$jinsom_bbs_sidebar.'. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : live.php 32: require(get_template_directory().'/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : empty-header-footer.php 6: require(get_template_directory() . '/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : secret-key.php 6: require(get_template_directory() . '/mobile/index.php'); 13: <?php require(get_template_directory().'/sidebar/sidebar-page.php');?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : black-house.php 7: require(get_template_directory() . '/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video.php 6: require(get_template_directory() . '/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sitemap.php 6: require(get_template_directory() . '/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : shop.php 6: // require($require_url.'/mobile/index.php');134: require($require_url.'/post/goods.php');193: require($require_url.'/post/goods.php');211: require(get_template_directory().'/sidebar/sidebar-custom-'.$shop_page_data If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic.php 8: require(get_template_directory() . '/mobile/index.php'); 12: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/pc/topic_show/index.p If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : leaderboard.php 6: require(get_template_directory() . '/mobile/index.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : header.php 3: require($require_url.'/header/ip.php');//ip封禁7: require($require_url.'/header/tdk.php');19: require( get_template_directory() .'/page/login.php');59: require($require_url.'/header/tdk.php');//TDK模块61: require($require_url.'/header/style.php');//头部样式84: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/pc/header/index.php')86: require($require_url.'/header/menu.php');//头部导航菜单 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : search.php 3: require(get_template_directory() . '/mobile/index.php');17: <?php require($require_url.'/sidebar/sidebar-search.php');?>182: require($require_url.'/post/post-list.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single-goods.php 3: // require($require_url.'/mobile/index.php');259: require($require_url.'/post/goods.php');296: <?php 308: require($require_url.'/module/stencil/comments.php');//引人评论模块 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : page.php 1: <?php require( get_template_directory() . '/single.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single.php 4: require($require_url.'/mobile/index.php');47: require($require_url.'/post/bbs-no-power.php'); 53: require($require_url.'/post/bbs-no-power.php'); 58: require($require_url.'/post/bbs-no-power.php');64: require($require_url.'/post/bbs-no-power.php'); 70: require($require_url.'/post/bbs-no-power.php');77: require($require_url.'/post/bbs-no-power.php');84: require(get_template_directory() . '/post/bbs-no-power.php');89: require(get_template_directory() . '/post/bbs-no-power.php');100: require(get_template_directory() . '/post/bbs-no-power.php'); 104: require(get_template_directory() . '/post/bbs-no-power.php'); 115: require(get_template_directory() . '/post/bbs-no-power.php'); 119: require(get_template_directory() . '/post/bbs-no-power.php'); 129: require(get_template_directory() . '/post/bbs-no-power.php'); 133: require(get_template_directory() . '/post/bbs-no-power.php'); 148: require($require_url.'/sidebar/sidebar-page.php');152: require($require_url.'/sidebar/sidebar-content-words.php');154: require($require_url.'/sidebar/sidebar-content-'.$post_type.'.php');167: require($require_url.'/sidebar/sidebar-content-bbs.php');181: require($require_url.'/post/bbs-content.php' );183: require($require_url.'/post/post-list.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs.php 39: require(get_template_directory() . '/post/bbs-list-no-power.php'); 41: require($require_url.'/post/single.php');46: require(get_template_directory() . '/post/bbs-list-no-power.php'); 48: require($require_url.'/post/single.php');52: require(get_template_directory() . '/post/bbs-list-no-power.php');54: require($require_url.'/post/single.php');59: require(get_template_directory() . '/post/bbs-list-no-power.php'); 61: require($require_url.'/post/single.php');66: require(get_template_directory() . '/post/bbs-list-no-power.php');68: require($require_url.'/post/single.php');74: require(get_template_directory() . '/post/bbs-list-no-power.php');76: require($require_url.'/post/single.php');82: require(get_template_directory() . '/post/bbs-list-no-power.php');84: require($require_url.'/post/single.php');88: require(get_template_directory() . '/post/bbs-list-no-power.php');90: require($require_url.'/post/single.php');100: require(get_template_directory() . '/post/bbs-list-no-power.php');102: require($require_url.'/post/single.php');105: require(get_template_directory() . '/post/bbs-list-no-power.php');108: require($require_url.'/post/single.php');117: require(get_template_directory() . '/post/bbs-list-no-power.php');119: require($require_url.'/post/single.php');122: require(get_template_directory() . '/post/bbs-list-no-power.php'); 125: require($require_url.'/post/single.php'); 133: require(get_template_directory() . '/post/bbs-list-no-power.php');135: require($require_url.'/post/single.php');138: require(get_template_directory() . '/post/bbs-list-no-power.php'); 141: require($require_url.'/post/single.php'); 144: require($require_url.'/post/single.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : words.php 20: require($require_url.'/post/info.php' );//引入头部信息190: require($require_url.'/post/topic-list.php');//话题列表196: require($require_url.'/post/bar.php' );//内容底部栏 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : redbag.php 4: require($require_url.'/post/info.php' );//引入头部信息37: require($require_url.'/post/bar.php' );//内容底部栏 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single-2.php 3: require($require_url.'/post/info.php' );?>31: <?php require($require_url.'/post/single-list-bar.php' );?> 37: require($require_url.'/post/single-content.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-content.php 527: require( get_template_directory() . '/post/bbs-comment-1.php' );//引人回538: require( get_template_directory() . '/post/bbs-comment-1.php' );//引人回559: require( get_template_directory() . '/post/bbs-comment-1.php' );//引人回 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : page.php 5: require($require_url.'/post/info.php' );//引入头部信息18: require($require_url.'/post/bar.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single.php 14: require($require_url.'/post/single-2.php');16: require($require_url.'/post/single-1.php');18: require($require_url.'/post/single-3.php');//无图 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music.php 20: require($require_url.'/post/info.php' );//引入头部信息132: require($require_url.'/post/topic-list.php');//话题列表139: require($require_url.'/post/bar.php' );//内容底部栏 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-list-5.php 3: <?php require( get_template_directory() . '/post/bbs-list-search.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single-1.php 3: require($require_url.'/post/info.php' );?>29: <?php require($require_url.'/post/single-list-bar.php' );?> 34: require($require_url.'/post/single-content.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-list-4.php 3: <?php require( get_template_directory() . '/post/bbs-list-search.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-list-3.php 3: <?php require( get_template_directory() . '/post/bbs-list-search.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single-3.php 3: require($require_url.'/post/info.php' );?>25: <?php require( get_template_directory() . '/post/single-list-bar.php' );?>31: require($require_url.'/post/single-content.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video.php 29: if(!is_single()){require($require_url.'/post/info.php' );}//引入头部信息249: require($require_url.'/post/topic-list.php');//话题列表253: require($require_url.'/post/bar.php' );//内容底部栏 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-list.php 31: require($require_url.'/post/private-no-power.php');74: require($require_url.'/post/page.php' );76: require($require_url.'/post/music.php' );78: require($require_url.'/post/single.php' ); 80: require($require_url.'/post/video.php' ); 82: require($require_url.'/post/redbag.php' ); 84: require($require_url.'/post/bbs.php' );//论坛86: require($require_url.'/post/words.php' );93: require($require_url.'/module/stencil/comments.php');//引人评论模块 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single-content.php 70: <?php require($require_url.'/post/topic-list.php');?>87: <?php require($require_url.'/post/bar.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : category.php 3: require(get_template_directory() . '/mobile/index.php');41: require(get_template_directory() . '/post/bbs-no-power.php'); 47: require(get_template_directory() . '/post/bbs-no-power.php'); 52: require(get_template_directory() . '/post/bbs-no-power.php');58: require(get_template_directory() . '/post/bbs-no-power.php'); 64: require(get_template_directory() . '/post/bbs-no-power.php');71: require(get_template_directory() . '/post/bbs-no-power.php');78: require(get_template_directory() . '/post/bbs-no-power.php');83: require(get_template_directory() . '/post/bbs-no-power.php');94: require(get_template_directory() . '/post/bbs-no-power.php'); 98: require(get_template_directory() . '/post/bbs-no-power.php'); 109: require(get_template_directory() . '/post/bbs-no-power.php'); 113: require(get_template_directory() . '/post/bbs-no-power.php'); 123: require(get_template_directory() . '/post/bbs-no-power.php'); 127: require(get_template_directory() . '/post/bbs-no-power.php'); 250: require(get_template_directory().'/sidebar/sidebar-custom-'.$layout_sidebar316: require( get_template_directory() . '/post/bbs-list-1.php' );455: <?php require( get_template_directory() . '/post/bbs-list-search.php' );?>463: require( get_template_directory() . '/post/bbs-list-1.php' );465: require( get_template_directory() . '/post/bbs-list-2.php' ); 483: require( get_template_directory() . '/post/bbs-list-3.php' ); 485: require( get_template_directory() . '/post/bbs-list-4.php' ); 487: require( get_template_directory() . '/post/bbs-list-5.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : goods.php 3: require( '../../../../../wp-load.php' );33: require($require_url.'/post/goods.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post.php 2: require( '../../../../../wp-load.php' );47: require($require_url.'/post/post-list.php');327: require($require_url.'/post/post-list.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : content-management.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : credit.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video-special.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic.php 3: require( '../../../../../wp-load.php' );86: require(get_template_directory().'/post/post-list.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : goods-order.php 4: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : mail.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-setting-child.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : profile.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : nickname.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : question.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-setting.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : password.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : phone.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : chat-note-group-more.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key-more.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-save.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : invite-code-search.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key-delete.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : order-send.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key-search.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs-admin-more.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-do.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-setting-metabox-back.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs-admin-do.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : invite-code-add.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : invite-code-more.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : module.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : multiple-reg.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : order-delete.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : cash-do.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : recharge-more.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : chat-note-delete.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-setting.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key-export.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs-more.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key-add.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : invite-code-export.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : multiple-import.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : cash-more.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : invite-code-delete.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : chat-note-one-more.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : shop-order-more.php 3: require( '../../../../../../wp-load.php' );15: require('../stencil/shop-order-html.php');21: require('../stencil/shop-order-html.php');27: require('../stencil/shop-order-html.php');33: require('../stencil/shop-order-html.php');40: require('../stencil/shop-order-html.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : chat-note-all.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs-do.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-more.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : invite-code.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : invite-code-search.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key-delete.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : order-send.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : order-view.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key-search.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-add.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs-admin-do.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : invite-code-add.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : multiple-reg.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs-admin.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : chat-note-one.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key-export.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key-add.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : recharge.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : invite-code-export.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : cash.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : multiple-import.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : shop-order.php 2: require( '../../../../../../wp-load.php' );45: require('shop-order-html.php');57: require('shop-order-html.php');69: require('shop-order-html.php');81: require('shop-order-html.php');93: require('shop-order-html.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-read.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-edit.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : invite-code-delete.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : chat-note-group.php 2: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs-do.php 3: require( '../../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs.php 2: require( '../../../../../wp-load.php' );182: require( get_template_directory() . '/post/bbs-list-2.php' ); 184: require( get_template_directory() . '/post/bbs-list-1.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : search.php 2: require( '../../../../../wp-load.php' );210: require(get_template_directory().'/post/post-list.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : search-bbs.php 2: require( '../../../../../wp-load.php' );97: require( get_template_directory() . '/post/bbs-list-2.php' ); 99: require( get_template_directory() . '/post/bbs-list-1.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post-comment.php 2: require( '../../../../../wp-load.php' );26: require('../stencil/comments-templates.php');//评论模版 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : search.php 2: require( '../../../../../wp-load.php' );45: require(get_template_directory().'/post/post-list.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : data.php 3: require( '../../../../../wp-load.php' );317: require(get_template_directory().'/post/post-list.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment.php 2: require( '../../../../../wp-load.php' );45: require( get_template_directory() . '/post/bbs-comment-1.php' );//引人回 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : post.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : login.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : skin.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : answer.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : goods-buy.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : read-msg.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : wechatpay-notify-goods.php 7: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-like.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : click-ad.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-visit-password.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment-bbs.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment-up.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reprint.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : transfer-one.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : password-post.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic-like.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : wechatpay-xunhu-notify-goods.php 4: require( '../../../../../wp-load.php' );6: require_once '../stencil/wechatpay-xunhu-api.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : check-trade-goods.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : change-bbs.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reg.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : get-vip-number.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notice-clear.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : goods-order-delete.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : task.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : content-management.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : transfer-confirm.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs-admin.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : add-blacklist.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-visit-pay.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : vote.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : like-post.php 3: require( '../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : collect.php 3: require( '../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : activity.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : wechatpay-xunhu-notify.php 4: require( '../../../../../wp-load.php' );6: require_once '../stencil/wechatpay-xunhu-api.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : luck-draw.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : password.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : wechatpay-notify.php 7: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : pay-for-visible.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sign-treasure.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : email-notice.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : key-use.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : get-code.php 3: require( '../../../../../wp-load.php' );4: require( 'sms.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : use-honor.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : live-comment-ajax.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : address-add.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : luck-draw-danmu.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reward.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : up-comment.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : cash.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : create-trade-no.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : follow.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sign-add.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : recharge-vip-credit.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : task-treasure.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : send-gift.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : collect-is.php 3: require( '../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : goods-order-comment.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : check-trade.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : majia.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : blacklist-bail.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : commend-post.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comment-live.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sign.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : social-login-off.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : words-form.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-type.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic-power.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : words.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : power-select.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic-select.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : redbag.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic-search.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music-form.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video-form.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : redbag-form.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : power.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : upload-base64.php 69: require_once '../../extend/aliyun/autoload.php';75: require_once '../../extend/qiniu/autoload.php';77: require_once '../../extend/cos/include.php';97: require_once 'oss-base64.php';99: require_once 'local-base64.php';101: require_once 'qiniu-base64.php'; 103: require_once 'cos-base64.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs.php 2: require( '../../../../../wp-load.php' );16: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : words.php 2: require( '../../../../../wp-load.php' );18: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music-bg.php 2: require( '../../../../../wp-load.php' );29: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : module.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : live-comment.php 2: require( '../../../../../wp-load.php' );21: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : avatar.php 2: require( '../../../../../wp-load.php' );20: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music.php 2: require( '../../../../../wp-load.php' );16: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : upload.php 64: require_once '../../aliyun/autoload.php';66: require_once '../../extend/aliyun/autoload.php';76: require_once '../../qiniu/autoload.php';78: require_once '../../extend/qiniu/autoload.php';82: require_once '../../extend/cos/include.php';124: require_once 'oss.php';126: require_once 'local.php';128: require_once 'cos.php';130: require_once 'qiniu.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : file.php 2: require( '../../../../../wp-load.php' );25: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : im-one.php 2: require( '../../../../../wp-load.php' );119: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video-img.php 2: require( '../../../../../wp-load.php' );16: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : screenshot.php 2: // require( '../../../../../wp-load.php' );16: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : avatar-base64.php 2: require( '../../../../../wp-load.php' );17: require_once 'upload-base64.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : term.php 2: require( '../../../../../wp-load.php' );16: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video.php 2: require( '../../../../../wp-load.php' );16: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : words-base64.php 2: require( '../../../../../wp-load.php' );17: require_once 'upload-base64.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video-img-base64.php 2: require( '../../../../../wp-load.php' );17: require_once 'upload-base64.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : im-group.php 2: require( '../../../../../wp-load.php' );108: require_once 'upload.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : words-form.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : words.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music-form.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video-form.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : video.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : user-list.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : message-group-list-ajax.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : msg-group.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : message-group-list.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : message-list-ajax.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : chat-info.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : msg.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : message-list.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : group-user-list.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : jinsom-join-group-chat.php 3: require( '../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : login.php 3: require( '../../../../../wp-load.php' );?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : system-notice.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : publish-type.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : update-mail.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : file-type.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-setting-child.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reprint.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : smile-im.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : profile.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : transfer-one.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : wechatpay-xunhu-code.php 3: require( '../../../../../wp-load.php' );4: require_once 'wechatpay-xunhu-api.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : update-phone.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : address-select.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : order-confirmation.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : change-bbs.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : login-style.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : mywallet.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reg-invite.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reg-mail.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : preference.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : task.php 3: require( '../../../../../wp-load.php' );5: require( get_template_directory() . '/module/stencil/task-html.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : content-management.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : apply-bbs-admin.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : order-confirmation-buy.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : follow-bbs.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : music-password.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : activity.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : referral-info.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : get-redbag.php 3: require( '../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : luck-draw.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bbs-setting.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : password.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : recharge-credit.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sign-treasure.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : info-card.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : pay-form.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : recharge-vip.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : more-like.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : use-honor.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : keypay.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reg-style.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reward.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : cash.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : emali-notice.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sign-add.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : task-treasure.php 3: require( '../../../../../wp-load.php' );8: require( get_template_directory() . '/module/stencil/task-treasure-html.php If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : send-gift.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : comments.php 51: require('comments-templates.php');//评论模版77: require('comments-templates.php');//评论模版 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : reg-phone.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : topic-setting.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : goods-order-comment.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : goods-order.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : majia.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : cash-more.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : blacklist-bail.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : file-type-file.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : leaderboard.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : wechatpay-code.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : now.php 2: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notify.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : alipay.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : qrcode.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : notify-goods.php 3: require( '../../../../../wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : controller.php 4: require( '../../../../../../wp-load.php' );22: require('../../../module/upload/screenshot.php');27: // $result = include('action_crawler.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : include.php 7: include($dir.DIRECTORY_SEPARATOR.$class); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : widget.php 162: require($require_url.'/widget/sign-ranking.php');163: require($require_url.'/widget/user-list.php');164: require($require_url.'/widget/user-login.php');165: require($require_url.'/widget/images.php');166: require($require_url.'/widget/bbs-info.php');167: require($require_url.'/widget/bbs-admin-list.php');168: require($require_url.'/widget/bbs-commend-list.php');169: require($require_url.'/widget/share.php');170: require($require_url.'/widget/percent.php');171: require($require_url.'/widget/donate.php');172: require($require_url.'/widget/credit-exp-ranking.php');173: require($require_url.'/widget/income-reward-ranking.php');174: require($require_url.'/widget/bbs-comment-ranking.php');175: require($require_url.'/widget/html.php');176: require($require_url.'/widget/topic-ranking.php');177: require($require_url.'/widget/content-sort.php');178: require($require_url.'/widget/single-list.php');179: require($require_url.'/widget/video-list.php');180: require($require_url.'/widget/bbs-list.php');181: require($require_url.'/widget/slider.php');182: require($require_url.'/widget/ad.php');190: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/pc/widget/'.$data.'/i If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : table.php 6: require_once(ABSPATH.'wp-admin/includes/upgrade.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : module-settings.php 8: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/'.$type.'/settings.ph20: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/pc/page/'.$data.'/set31: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/mobile/page/'.$data.'42: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/public/gadget/'.$data If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : footer.php 260: require($_SERVER['DOCUMENT_ROOT'].'/wp-content/module/pc/footer/index.php')463: require( get_template_directory() . '/module/stencil/chat.php' );//IM模块 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes