Seeko
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEseeko.zip
- FILE SIZE2190692 bytes
- MD559d7e30793bcb99a3bd120c49602f0d4
- SHA140a1ff918c8fc4b1d3657d367f0ff1f835bc481c
- LICENSECustom
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- VERSION1.1.6
- 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-27
- LAST VALIDATION2019-12-27 16:48
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne242: $this->stderr = fopen('php://stderr', 'w');
fwrite was found in the file Compiler.phpLigne2439: fwrite($this->stderr, 'File $fname on line $line DEBUG: $value\n');
Ligne2448: fwrite($this->stderr, 'File $fname on line $line WARN: $value\n');
fwrite was found in the file Compiler.phpLigne2439: fwrite($this->stderr, 'File $fname on line $line DEBUG: $value\n');
Ligne2448: fwrite($this->stderr, 'File $fname on line $line WARN: $value\n');
file_get_contents was found in the file Compiler.phpLigne4058: $code = file_get_contents($path);
file_put_contents was found in the file SourceMapGenerator.phpLigne146: if (file_put_contents($file, $content) === false) {
file_get_contents was found in the file SourceMapGenerator.phpLigne225: $content[] = file_get_contents($sourceFile);
file_get_contents was found in the file Cache.phpLigne108: $c = file_get_contents($fileCache);
file_put_contents was found in the file Cache.phpLigne135: file_put_contents($fileCache, $c);
fopen was found in the file Compiler.php 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.
Ligne16: wp_deregister_script( 'bp-legacy-js' );
Ligne98: 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
Ligne350: 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.phpLigne465: 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.phpLigne55: require_once( SVQ_PANEL_DIR . '/class-addons-manager.php' );
Ligne57: require_once( SVQ_PANEL_DIR . '/importer/import.php' );
Ligne107: 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.phpLigne753: require_once( SVQ_PANEL_DIR . '/class-addons-manager.php' );
Ligne1820: require_once( ABSPATH . 'wp-admin/includes/media.php' );
Ligne1821: require_once( ABSPATH . 'wp-admin/includes/file.php' );
Ligne1822: 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.phpLigne147: require_once( trailingslashit( SVQ_DIR ) . 'lib/function-core.php' );
Ligne171: 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.phpLigne12: require_once 'bp-nouveau.php';
Ligne14: 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.