Ascend
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEascend.1.4.5.zip
- FILE SIZE3325722 bytes
- MD5cfcf2fa9da8eccca7969c6a35fd608ce
- SHA19ef7d37c1ba92bb06366a6cdde6c1e06fe9ea6d7
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION1.4.5
- TAGStwo-columns, one-column, custom-colors, custom-logo, editor-style, custom-menu, featured-images, custom-background, threaded-comments, translation-ready, theme-options, e-commerce, rtl-language-support, post-formats, footer-widgets, grid-layout, right-side
- CREATION DATE2020-06-08
- LAST FILE UPDATE2020-06-08
- LAST VALIDATION2020-06-08 20:31
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file extension_customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
Ligne657: //$fp = fopen( $file, 'r' );
fread was found in the file class.redux_helpers.phpLigne660: //$file_data = fread( $fp, 8192 );
fclose was found in the file class.redux_helpers.phpLigne663: //fclose( $fp );
fopen was found in the file class.redux_helpers.php
Warning
- Found wrong tag custom-logo in style.css header.
- 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 ascend, woocommerce.
- 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.
- 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 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 image.php.
- The theme appears to use include or require : class.redux_api.php
Ligne533: include_once( $api_check );
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 : extension_customizer.phpLigne767: require_once( $class_file );
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.phpLigne1599: require_once 'core/enqueue.php';
Ligne2746: require_once 'core/enqueue.php';
Ligne2804: require_once 'core/panel.php';
Ligne3155: require_once 'core/panel.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 : extension_ascend_customizer.phpLigne10: require_once( 'customizer_active_callback.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.