Salient
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsalient.zip
- FILE SIZE24472355 bytes
- MD5821a6e176e6175d7f1154c3627a09c99
- SHA1f341e2b4ca1598ebdd39418a52687c4f24b224dd
- LICENSECustom
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION10.5
- CREATION DATE2019-12-11
- LAST FILE UPDATE2019-12-11
- LAST VALIDATION2019-12-11 18:07
- 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_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile welcome-page.php : 50: add_dashboard_page(File welcome.php : 201: $page = 'add_management_page';File framework.php : 1371: // wrappers and need to be appened to using add_submenu_page.1422: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1480: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1371: // wrappers and need to be appened to using add_submenu_page.1422: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1480: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1448: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1371: // wrappers and need to be appened to using add_submenu_page.1422: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1480: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile options-config.php : 71: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters File class-tgm-plugin-activation.php : 642: $this->page_hook = call_user_func( '
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 wp_deregister_script in enqueue.php. Themes must not deregister core scripts. 218: wp_deregister_script( 'jquerySelect2' );Found wp_deregister_script in framework.php. Themes must not deregister core scripts. 573: wp_deregister_script( 'wpb_ace' );
- Found wrong tag in style.css header.
- Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Header Hide Until Needed' in file options-config.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 salient, woocommerce, default, 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 750: 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 417: require_once 'core/dashboard.php';421: require_once 'core/newsflash.php';1657: require_once 'core/enqueue.php';2900: require_once 'core/enqueue.php';2958: require_once 'core/panel.php';3310: 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 181: require_once( $class_file );1458: 1467: 1486: 2388: 5165: 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.