HealthFlex
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEhealthflex.zip
- FILE SIZE19832896 bytes
- MD526eb19e37399f07667698422034671c5
- SHA112e156e865de786831a85beb7414e14ea48d6829
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION2.5.0
- TAGStheme-options, translation-ready
- CREATION DATE2022-08-22
- LAST FILE UPDATE2022-08-22
- LAST VALIDATION2022-08-22 17:39
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- .csscomb.json .csslintrc was found.
- add_submenu_page(File module-themeoptions.php : 80: $args['page_parent'] = ''; // Set where the options menu will be placed on the WordPress admin sidebar. For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile options.php : 86: $args['page_parent'] = ''; // Set where the options menu will be placed on the WordPress admin sidebar. For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters File plethora-filesystem.php : 31:
module-icons.zip plethora-featureslib.zip js_composer.zip envato-market.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- 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 healthflex, plethora-framework, redux-framework-demo.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- 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.
- No reference to the_post_thumbnail was found in the theme.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible Favicon found in favicons.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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 : plethora-helper.php 555: require_once( ABSPATH . 'wp-admin/includes/media.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 : plethora-index.php 139: if ( $feature_base_path ) { require_once( $feature_base_path ); } // load base class140: if ( $feature_path ) { require_once( $feature_path ); } // load feature class259: require_once( $controller_filepath );301: if ( $base_path ) { require_once( $base_path ); } // load base class file first!302: require_once( $path ); // load main 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 : plethora-optionsframework.php 54: require_once( PLE_FLIB_LIBS_DIR . '/ReduxFramework/ReduxCore/framework.php'80: require_once( $class_file );91: require_once( PLE_THEME_INCLUDES_DIR . '/options.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 : plethora.php 112: require_once( PLE_CORE_HELPERS_DIR .'/plethora-wp.php' );114: require_once( PLE_CORE_HELPERS_DIR .'/plethora-helper.php' );115: require_once( PLE_CORE_HELPERS_DIR .'/plethora-index.php' );116: require_once( PLE_CORE_HELPERS_DIR .'/plethora-optionsframework.php' );117: require_once( PLE_CORE_HELPERS_DIR .'/plethora-system.php' );118: require_once( PLE_CORE_HELPERS_DIR .'/plethora-fields.php' );119: require_once( PLE_CORE_HELPERS_DIR .'/plethora-fields-termsmeta.php' );120: require_once( PLE_CORE_HELPERS_DIR .'/plethora-doc.php' );126: require_once( PLE_THEME_INCLUDES_DIR . '/template.php' );895: include_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.