Whizz
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEWhizz_tf_v.2.1.1.zip
- FILE SIZE4817937 bytes
- MD54952381a421cef8843dca2d42253d34b
- SHA1b92d20632c8a7da504bbe2a39a6e2b8b5f2a64b2
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION2.1.1
- TAGSone-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post
- CREATION DATE2020-06-17
- LAST FILE UPDATE2020-06-17
- LAST VALIDATION2020-06-17 19:33
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne142: @ini_set('display_errors', 'On');
Found ini_set in file Extension.php. Ligne247: return base64_decode($response->content);
Found base64_decode in file GitHubApi.php.Ligne274: return base64_decode($response->content);
Found base64_decode in file GitLabApi.php. 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 .idea was found.
Warning
- 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.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 whizz, woocommerce, plugin-update-checker.
- thumbs.db 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.
Ligne762: 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.Ligne760: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $
Line['text'], $matches)) - Themes should not hide admin bar. Detected in file style.min.css.
- 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 taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file search.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
Ligne126: 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.phpLigne30: 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.phpLigne144: 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.phpLigne251: 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.