16
Validation results

Genesis Customizer

Genesis Customizer

WordPress 6.5.2 theme
16
  • THEME TYPEWordPress child theme 6.5.2
  • FILE NAMEgenesis-customizer-master.zip
  • FILE SIZE1738466 bytes
  • MD5adc3764369b2bce2ac86267798899471
  • SHA1282c2e16657cf2a10fc0ee3d0995233d7665146b
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttps://genesiscustomizer.com/genesis-customizer/
  • VERSION0.2.3
  • AUTHOR URI
  • TAGSone-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments,
  • CREATION DATE2020-03-05
  • LAST FILE UPDATE2020-03-05
  • LAST VALIDATION2020-03-05 17:09
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Modification of PHP server settings Found ini_set in file inc/OneClickDemoImport.php. 214: ini_set( 'memory_limit', apply_filters( 'pt-ocdi/import_memory_limit', '350Found ini_set in file Extension.php. 142: @ini_set('display_errors', 'On');
  2. Security breaches : Use of base64_decode() Found base64_decode in file GitHubApi.php. 267: return base64_decode($response->content);Found base64_decode in file GitLabApi.php. 235: return base64_decode($response->content);
  3. Unwanted files : hidden file(s) or folder(s) .stylelintignore .csscomb.json was found.
  4. Admin menu : Themes should use add_theme_page() for adding admin pages. File inc/OneClickDemoImport.php : 143: $this->plugin_page = add_submenu_page(File class-admin-settings.php : 44: add_action( 'admin_menu', [ $this, 'add_submenu_page' ] );68: public function add_submenu_page() {69: add_submenu_page(File class-admin-settings.php : 44: add_action( 'admin_menu', [ $this, 'add_submenu_page' ] );68: public function add_submenu_page() {69: add_submenu_page(
Warning
  1. theme tags : Presence of bad theme tagsThemes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
    Found wrong tag custom-logo in style.css header.
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cannot import auto-draft posts' in file src/WXRImporter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skipping attachment "%s", fetching attachments disabled' in file src/WXRImporter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View details' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More information about %s' in file Ui.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'https://docs.seothemes.com/article/199-how-to-add-theme-support-for-genesis-customizer' in file child-theme-compat.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 genesis-customizer, genesis-customizer-pro, easy-digital-downloads, wordpress-importer, pt-ocdi, kirki, plugin-update-checker, kirki-pro, wordpress-plugin-template.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the register_taxonomy() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  4. PHP short tags : Presence of PHP short tagsPHP short tags were found in file ParsedownLegacy.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.760: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))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.762: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file credits.php.160: 'default' => '[footer_copyright] &middot; <a href='https://mydomain.com'>My Custom Link</a> &middot; Built with <a href='httpsPossible hard-coded links were found in the file inc/Helpers.php.300: '<a href='http://gregorcapuder.com/wordpress-how-to-set-direct-filesystem-method/' ta
  2. Use of includes : Use of include or requireThe theme appears to use include or require : inc/CustomizerImporter.php 186: require_once( ABSPATH . 'wp-admin/includes/media.php' );187: require_once( ABSPATH . 'wp-admin/includes/file.php' );188: require_once( ABSPATH . 'wp-admin/includes/image.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 : Autoloader.php 32: include ($this->libraryDir . $this->staticMap[$className]); 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 : Package.php 144: require_once(ABSPATH . '/wp-admin/includes/plugin.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 : UpgraderStatus.php 126: require_once( ABSPATH . '/wp-admin/includes/plugin.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 : readme-parser.php 251: require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSIO 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 : helpers.php 249: * @param array $additional Additional image sizes to include (optional). 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