Salient
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsalient.zip
- FILE SIZE26328965 bytes
- MD5836d5b741ebe7413552bbef256ebedda
- SHA14233acc5e854355966ff54510d5f424b8778babb
- LICENSECustom
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION11.0.1
- CREATION DATE2019-10-04
- LAST FILE UPDATE2019-12-11
- LAST VALIDATION2019-12-11 18:11
- 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.
- fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 645: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 648: //fclose( $fp ); fopen was found in the file class.redux_helpers.php 642: //$fp =
- add_dashboard_page(File welcome.php : 201: $page = 'add_management_page';File framework.php : 1369: // wrappers and need to be appened to using add_submenu_page.1420: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1478: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1369: // wrappers and need to be appened to using add_submenu_page.1420: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1478: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1446: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1369: // wrappers and need to be appened to using add_submenu_page.1420: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1478: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile options-config.php : 83: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters File welcome-page.php : 50:
icons.zip js_composer_salient.zip salient-nectar-slider.zip salient-portfolio.zip salient-social.zip salient-demo-importer.zip salient-core.zip salient-widgets.zip salient-home-slider.zip salient-shortcodes.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wrong tag 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 salient, woocommerce, tgmpa, redux-framework.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- At least one hard coded date was found in the file post-meta.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot size is 600x450px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.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 attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : dynamic-styles.php 269: require_once( ABSPATH . 'wp-admin/includes/file.php' );454: require_once( ABSPATH . 'wp-admin/includes/file.php' );466: require_once( ABSPATH . 'wp-admin/includes/template.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 : welcome.php 380: require_once 'views/about.php';395: require_once 'views/changelog.php';410: require_once 'views/extensions.php';426: require_once 'views/support.php';441: require_once 'views/credits.php';456: require_once 'views/status_report.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_customizer.php 753: 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 : class.redux_api.php 536: 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 : framework.php 418: require_once 'core/dashboard.php';422: require_once 'core/newsflash.php';1655: require_once 'core/enqueue.php';2900: require_once 'core/enqueue.php';2958: require_once 'core/panel.php';3309: 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 : options-config.php 196: require_once( $class_file );1504: 1513: 1532: 2434: 5241: 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.