SEO ELITE
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEseoelite.zip
- FILE SIZE8701301 bytes
- MD555c5a9f7f3036c782e901d3dc2afe5d1
- SHA1ef0dcd3bc51dfaea883e065ea3a489adc66ad0b4
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.0.1
- TAGScustom-header, custom-menu, featured-images, microformats, sticky-header, threaded-comments, news theme
- CREATION DATE2023-07-12
- LAST FILE UPDATE2023-07-12
- LAST VALIDATION2023-07-12 18:20
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- ini_set('display_errors', 'On'); Found ini_set in file Extension.php. 146: @
- base64_decode($response->content);Found base64_decode in file GitHubApi.php. 274: return base64_decode($response->content); Found base64_decode in file GitLabApi.php. 324: return
return 'Basic ' . base64_encode($this->userName . ':' . $this->accessToken);
Found base64_encode in file OAuthSignature.php.$parameters['oauth_signature'] = base64_encode(hash_hmac('sha1', $stringToSign, $secret, true));
Found base64_encode in file GitHubApi.php. - .editorconfig .gitignore was found.
- add_submenu_page( File functions.php : 81:
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example:
Warning
- Found wrong tag sticky-header in style.css header.Found wrong tag news theme in style.css header.
- 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 seo-elite.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'View details' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More information about %s' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Halaman:' in file content.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Website' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'lalu' in file functions.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 seoelite, plugin-update-checker, tetsing, seoeliter.
- A.git was found.
- PHP short tags were found in file ParsedownModern.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.762: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))PHP short tags were found in file ParsedownLegacy.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.760: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
- Could not find body_class call in body tag.
- Could not find post_class.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No 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.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .alignright css class is needed in theme css.
- .aligncenter css class is needed in theme css.
- .wp-caption css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- At least one hard coded date was found in the file footer.php. Function get_option( 'date_format' ) should be used instead.
- 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 home.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 : UpgraderStatus.php 126: require_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 : Autoloader.php 53: include ($this->libraryDir . $this->staticMap[$className]); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Package.php 144: require_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 : PucReadmeParser.php 258: require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSIO If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.