Unicon
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEunicon.zip
- FILE SIZE18912983 bytes
- MD5f1f0c07a9e29c4ceeeb7313873c58359
- SHA18d51b968327b6795af1ba6db6c60cbe2afbc6981
- LICENSECustom
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION2.8.1
- TAGSone-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, full-width-template, theme-options, translation-ready
- CREATION DATE2021-12-10
- LAST FILE UPDATE2021-12-10
- LAST VALIDATION2021-12-10 23:51
- 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 650: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 653: //fclose( $fp ); fopen was found in the file class.redux_helpers.php 647: //$fp =
- add_management_page';File framework.php : 1352: // wrappers and need to be appened to using add_submenu_page.1403: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1454: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1352: // wrappers and need to be appened to using add_submenu_page.1403: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1454: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1429: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1352: // wrappers and need to be appened to using add_submenu_page.1403: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1454: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t File welcome.php : 199: $page = '
revslider.zip unicon-demoimporter.zip unicon-widgets.zip js_composer.zip unicon_portfolio_cpt.zip unicon-core.zip ._revslider.zip ._unicon-demoimporter.zip ._unicon-widgets.zip ._js_composer.zip ._unicon-core.zip ._unicon_portfolio_cpt.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wp_deregister_script in framework.php. Themes must not deregister core scripts. 576: //wp_deregister_script( 'wpb_ace' ); // Theme Check: Fixes conflicts with the
- The tag fluid-layout has been deprecated, it must be removed from 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 unicon, redux-framework, tgmpa.
- PHP short tags were found in file parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.772: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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.
- At least one hard coded date was found in the file entry-quote.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file entry.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file entry-link.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file entry-audio.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file entry-gallery.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file entry-video.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot size is 880x660px. 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 attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : class.redux_api.php 541: 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.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 : welcome.php 376: require_once 'views/about.php';391: require_once 'views/changelog.php';406: require_once 'views/extensions.php';422: require_once 'views/support.php';437: require_once 'views/credits.php';452: 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 : framework.php 421: require_once 'core/dashboard.php';425: require_once 'core/newsflash.php';1614: require_once 'core/enqueue.php';2762: require_once 'core/enqueue.php';2820: require_once 'core/panel.php';3172: 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.