EasyMag Pro
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEeasymag-pro-v1.3.5.zip
- FILE SIZE1615914 bytes
- MD50370aa32b887273f9a5b262222b38314
- SHA1e7bfcfed14b48e80215c98f31ab468454f2048af
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://famethemes.com/themes/easymag
- VERSION1.3.5
- AUTHOR URIhttps://famethemes.com
- TAGSone-column, two-columns, three-columns, right-sidebar, custom-header, custom-background, custom-menu, custom-colors, threaded-comments, featured-images, theme-options, post-formats
- CREATION DATE2019-04-29
- LAST FILE UPDATE2019-04-29
- LAST VALIDATION2019-04-29 16:35
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 customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value. Constant HEADER_TEXTCOLOR was found in the file custom-header.php. add_theme_support( 'custom-header' ) should be used instead. 49: // get_header_textcolor() options:
Warning
- Found a translation function that is missing a text-domain. Function esc_html__, with the arguments in file customizer.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 easymag, typography_wp.
- At least one hard coded date was found in the file widget-tabs-content.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file widgets.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file functions.php. Function get_option( 'date_format' ) should be used instead.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible hard-coded links were found in the file customizer.php.89: 'description' => __( '<a href='http://openweathermap.org/find' target='_blank'>Find your location</a> - Yo
- This theme does not contain optional file rtl.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 : example-config.php 12: require( get_template_directory() . '/typography-wp/typography-wp.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.