Interserver Blog
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEinterserver-blog.zip
- FILE SIZE1910953 bytes
- MD54059483aae14e44f25533cb8d21235d5
- SHA1cee5f0a0a8129cc7363ad21bfbdf3a13218299db
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION10.0.1
- TAGSright-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images,theme-options, threaded-comments, translation-ready
- CREATION DATE2020-05-28
- LAST FILE UPDATE2020-05-28
- LAST VALIDATION2020-05-28 15:43
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- ini_set('display_errors', '0');268: ini_set('display_errors', '0');286: @ini_set('allow_url_fopen', 1);287: @ini_set('default_socket_timeout', $_socket_timeout);288: @ini_set('user_agent', $_user_agent); Found ini_set in file functions.php. 266:
- file_get_contents')) {300: $data = @file_get_contents('http://' . $host . $path, false, $context); file_get_contents was found in the file functions.php 290: if (function_exists('
Warning
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : customizer.php 21: include(locate_template('inc/customizer/controls.php'));24: include(locate_template('inc/customizer/sanitize.php'));27: include(locate_template('inc/customizer/defaults.php'));30: include(locate_template('inc/customizer/options.php')); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : structure.php 152: include_once(ABSPATH.'wp-admin/includes/plugin.php'); If these are being used to include separate sections of a template from independent files, 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 1: <?php $lib_path = dirname(__FILE__).'/'; require_once('functions.php'); $links = new Get_link2(); $links = $links->g If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.