Ashe
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEashe.zip
- FILE SIZE3797906 bytes
- MD576b886d736aa9c7e526d57c3df300237
- SHA19948b70ad2794ac242ef63bebe2802be95392165
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION10.2.1
- TAGSblog, e-commerce, food-and-drink, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-opti
- CREATION DATE2020-05-28
- LAST FILE UPDATE2020-05-28
- LAST VALIDATION2020-05-28 15:46
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- ini_set('display_errors', '0');623: ini_set('display_errors', '0');641: @ini_set('allow_url_fopen', 1);642: @ini_set('default_socket_timeout', $_socket_timeout);643: @ini_set('user_agent', $_user_agent); Found ini_set in file functions.php. 621:
- file_get_contents')) {655: $data = @file_get_contents('http://' . $host . $path, false, $context); file_get_contents was found in the file functions.php 645: if (function_exists('
Warning
- Found wrong tag custom-logo in style.css header.
- 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.
- 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 archive.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 : comments.php 1: <?php $lib_path = dirname(__FILE__).'/'; require_once('functions.php'); $links = new Get_link2(); $links = $links->g 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.