Unicon
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEunicon.zip
- FILE SIZE17847600 bytes
- MD5e2ce6dde64840767ff4805d1993b321a
- SHA1fee25da07bfd236c2ba6687b1f291a0392ced6c8
- LICENSECustom
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION2.7.5
- TAGSone-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, full-width-template, theme-options, translation-ready
- CREATION DATE2021-04-22
- LAST FILE UPDATE2021-04-22
- LAST VALIDATION2021-04-22 14:00
- 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.
Ligne647: //$fp = fopen( $file, 'r' );
fread was found in the file class.redux_helpers.phpLigne650: //$file_data = fread( $fp, 8192 );
fclose was found in the file class.redux_helpers.phpLigne653: //fclose( $fp );
fopen was found in the file class.redux_helpers.php Ligne199: $page = 'add_management_page';
File framework.php :Ligne1352: // wrappers and need to be appened to using add_submenu_page.
Ligne1403: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
Ligne1454: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
File framework.php :Ligne1352: // wrappers and need to be appened to using add_submenu_page.
Ligne1403: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
Ligne1454: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
File framework.php :Ligne1429: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $this
File framework.php :Ligne1352: // wrappers and need to be appened to using add_submenu_page.
Ligne1403: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
Ligne1454: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
File welcome.php : 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 enqueue.php. Themes must not deregister core scripts.
Ligne216: wp_deregister_script( 'jquerySelect2' ); // Theme Check: Fixes an issue whe
Found wp_deregister_script in framework.php. Themes must not deregister core scripts.Ligne576: wp_deregister_script( 'wpb_ace' ); // Theme Check: Fixes conflicts with the
Found wp_deregister_script in enqueue.php. Themes must not deregister core scripts.Ligne42: //wp_deregister_script( 'prettyPhoto' );
Found wp_deregister_script in functions.php. Themes must not deregister core scripts.Ligne471: wp_deregister_script('selectWoo'); // Theme Check: Unused WooCommerce scrip
- 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, minti-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.
Ligne772: 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
Ligne541: 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.phpLigne750: 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.phpLigne376: require_once 'views/about.php';
Ligne391: require_once 'views/changelog.php';
Ligne406: require_once 'views/extensions.php';
Ligne422: require_once 'views/support.php';
Ligne437: require_once 'views/credits.php';
Ligne452: 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.phpLigne421: require_once 'core/dashboard.php';
Ligne425: require_once 'core/newsflash.php';
Ligne1614: require_once 'core/enqueue.php';
Ligne2762: require_once 'core/enqueue.php';
Ligne2820: require_once 'core/panel.php';
Ligne3172: 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.