Mharty
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEmharty.zip
- FILE SIZE2316088 bytes
- MD524881662e622fb2280801af788a03363
- SHA12f3bab64f065f55673c8e4bb545384481e30ff43
- LICENSENone
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://mharty.com/gallery
- VERSION6.0.0
- CREATION DATE2021-03-15
- LAST FILE UPDATE2021-03-15
- LAST VALIDATION2021-03-15 02:31
- 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 controls-init.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- add_menu_page( esc_html__( 'Mharty', 'mharty' ), esc_html__( 'Mharty', 'mhaFile panel.php : 69: add_submenu_page( 'mh_start', esc_html__( 'Start Here', 'mharty' ), esc_htm70: add_submenu_page( 'mh_start', esc_html__( 'Theme Customiser', 'mharty' ), e71: $panel_page = add_submenu_page( 'mh_start', esc_html__( 'Theme Panel', 'mharty' ), esc_htFile panel.php : 69: add_submenu_page( 'mh_start', esc_html__( 'Start Here', 'mharty' ), esc_htm70: add_submenu_page( 'mh_start', esc_html__( 'Theme Customiser', 'mharty' ), e71: $panel_page = add_submenu_page( 'mh_start', esc_html__( 'Theme Panel', 'mharty' ), esc_htFile panel.php : 69: add_submenu_page( 'mh_start', esc_html__( 'Start Here', 'mharty' ), esc_htm70: add_submenu_page( 'mh_start', esc_html__( 'Theme Customiser', 'mharty' ), e71: $panel_page = add_submenu_page( 'mh_start', esc_html__( 'Theme Panel', 'mharty' ), esc_ht File panel.php : 67: $start_page =
- get_bloginfo( 'url' ) ) . ''>' . esc_html( get_bloginfo( 'name' ) ) . '</a> get_bloginfo( 'url' ) was found in the file footer.php. Use home_url() instead.45: $mharty_cr_notice = '' !== get_theme_mod( 'cr_notice', '' ) ? mh_sanitize_text_input( get_theme_mod( 'cr_notice', '' ) ) : '© ' . date( 'Y' ) . ' <a href='' . esc_html(
Warning
- Found wrong tag in 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 mharty, bbpress, buddypress.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- .ds_store was found.
- Themes should not hide admin bar. Detected in file style.css.
- No reference to custom header 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.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- 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 date.php.
- This theme does not contain optional file archive.php.
- This theme does not contain optional file search.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 : mh_menu_icons.php 23: <?php require_once( MHARTY_THEME_DIR . '/includes/mh_menu/mh_menu_icons_list.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 : mh_customizer.php 13: include_once( dirname( __FILE__ ) . '/includes/controls-init.php' );14: include_once( dirname( __FILE__ ) . '/includes/transport.php' );28: include_once( dirname( __FILE__ ) . '/includes/controls.php' );29: include_once( dirname( __FILE__ ) . '/includes/sanitization.php' );307: include_once( MHARTY_THEME_DIR . '/includes/mh_customizer/customizer.php' )308: include_once( MHARTY_THEME_DIR . '/includes/mh_customizer/style.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 : mh_content.php 508: require_once( ABSPATH . WPINC . '/class-oembed.php' );510: require_once( ABSPATH . WPINC . '/class-wp-oembed.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.