11
Validation results

Unicon

Unicon

WordPress 6.5.2 theme
11
  • THEME TYPEWordPress theme 6.5.2
  • 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

    2.8.1 : 11%

    2.6.1 : 11%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings 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.
  2. Malware : Operations on file system fopen was found in the file class.redux_helpers.php
    Ligne647: //$fp = fopen( $file, 'r' );
    fread was found in the file class.redux_helpers.php
    Ligne650: //$file_data = fread( $fp, 8192 );
    fclose was found in the file class.redux_helpers.php
    Ligne653: //fclose( $fp );
  3. Admin menu : Themes should use add_theme_page() for adding admin pages. File welcome.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
  4. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was 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.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound 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
  2. theme tags : Presence of bad theme tagsThe tag fluid-layout has been deprecated, it must be removed from style.css header.
  3. Text domain : Incorrect use of translation functions.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.
  4. PHP short tags : Presence of PHP short tagsPHP 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))
  5. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  6. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  7. Editor style : Presence of editor styleNo 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.
  8. Date and time implementation : Use of the_time()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.
  9. Screenshot : Screenshot fileScreenshot 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
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe 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.php
    Ligne750: 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
    Ligne376: 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.php
    Ligne421: 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.
Other checked themes