Seeko
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEseeko.zip
- FILE SIZE2278446 bytes
- MD5e1b60ac74f86b8e6243d830a48923a12
- SHA1864a098b3d87a20c9831d5ef128c7d7af4f65e7b
- LICENSECustom
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- VERSION1.1.8
- TAGSone-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
- CREATION DATE2019-12-06
- LAST FILE UPDATE2019-12-06
- LAST VALIDATION2019-12-06 07:35
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- fopen('php://stderr', 'w');fwrite was found in the file Compiler.php 2439: fwrite($this->stderr, 'File $fname on line $line DEBUG: $value\n');2448: fwrite($this->stderr, 'File $fname on line $line WARN: $value\n');fwrite was found in the file Compiler.php 2439: fwrite($this->stderr, 'File $fname on line $line DEBUG: $value\n');2448: fwrite($this->stderr, 'File $fname on line $line WARN: $value\n');file_get_contents was found in the file Compiler.php 4058: $code = file_get_contents($path);file_put_contents was found in the file SourceMapGenerator.php 146: if (file_put_contents($file, $content) === false) {file_get_contents was found in the file SourceMapGenerator.php 225: $content[] = file_get_contents($sourceFile);file_get_contents was found in the file Cache.php 108: $c = file_get_contents($fileCache);file_put_contents was found in the file Cache.php 135: file_put_contents($fileCache, $c); fopen was found in the file Compiler.php 242: $this->stderr =
seeko-child.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wp_deregister_script in bp-legacy.php. Themes must not deregister core scripts. 16: wp_deregister_script( 'bp-legacy-js' );98: wp_deregister_script( $asset['handle'] );
- The tag fluid-layout has been deprecated, it must be removed from style.css header.
- Found a translation function that is missing a text-domain. Function __, with the arguments '#%d (no title)' in file class-utils.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 tgmpa, seeko, buddypress, paid-memberships-pro, elementor.
- The 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.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- At least one hard coded date was found in the file checkout.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot size is 600x450px. 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
- 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.
- The theme appears to use include or require : Parser.php 350: if ($this->literal('@include', 8) && If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : function-core.php 465: include( $template_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 : init.php 55: require_once( SVQ_PANEL_DIR . '/class-addons-manager.php' );57: require_once( SVQ_PANEL_DIR . '/importer/import.php' );107: require( SVQ_PANEL_DIR . '/templates/welcome.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : import.php 753: require_once( SVQ_PANEL_DIR . '/class-addons-manager.php' );1820: require_once( ABSPATH . 'wp-admin/includes/media.php' );1821: require_once( ABSPATH . 'wp-admin/includes/file.php' );1822: require_once( ABSPATH . 'wp-admin/includes/image.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : framework.php 147: require_once( trailingslashit( SVQ_DIR ) . 'lib/function-core.php' );171: require_once(SVQ_DIR.'/lib/function-breadcrumb.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : buddypress.php 12: require_once 'bp-nouveau.php';14: require_once 'bp-legacy.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.