Novo
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEnovo.zip
- FILE SIZE3267659 bytes
- MD5b0762ce92635ec4c27dffd3d8ae8359d
- SHA196652f84ed431ecaec6f0132cc18833348580da3
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://promo-theme.com/novo/
- VERSION3.1.3
- CREATION DATE2020-09-11
- LAST FILE UPDATE2020-09-11
- LAST VALIDATION2020-09-11 12:46
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
$agent = base64_encode($_SERVER['HTTP_USER_AGENT']);
Found base64_encode in file v-hook.php. Ligne54: $ch = curl_init();
Ligne82: $ch = curl_init();
curl_exec was found in the file v-hook.phpLigne57: curl_exec($ch);
Ligne88: curl_exec($ch);
curl_init was found in the file v-hook.phpLigne54: $ch = curl_init();
Ligne82: $ch = curl_init();
curl_exec was found in the file v-hook.phpLigne57: curl_exec($ch);
Ligne88: curl_exec($ch);
curl_init was found in the file tgm.phpLigne61: if (function_exists('curl_init')) {
Ligne62: $ch = curl_init('https://updates.promo-theme.com/manifest.json');
curl_exec was found in the file tgm.phpLigne65: $file = curl_exec($ch);
curl_init was found in the file v-hook.php Ligne9: add_menu_page(esc_html__('Theme Dashboard', 'novo'), esc_html__('Novo Theme
File class-tgm-plugin-activation.php :Ligne722: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t
File admin-pages.php :
Warning
- Found wrong tag in style.css header.
- Found a translation function that has an incorrect number of arguments. Function esc_html__, with the arguments 'If you have purchased items from ', on ThemeForest or CodeCanyon please login here for quick and easy updates., 'novo' in file envato_setup.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 novo, ottro, sansara, olvi, somo, on ThemeForest or CodeCanyon please login here for quick and easy updates..
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Possible variable $this found in translation function in envato_setup.php. Translation function calls should not contain PHP variables.
- Possible variable $this found in translation function in envato_setup.php. Translation function calls should not contain PHP variables.
- No reference to the_post_thumbnail was found in the theme.
- 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 : envato_setup.php
Ligne630: //@include 'envato-setup-export.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.