Latest Theme Check
-
The latest version of Theme Check 20140929.1 is giving errors for the 2.4.2 and one of them doesn’t reference option tree but rather makes it look like it’s coming from the theme. This will cause the theme to be rejected (the errors listed below) I was just wondering if there will be an update soon to this plugin to follow the latest requirements?
REQUIRED: The theme uses the register_post_type() function, which is plugin-territory functionality.
REQUIRED: screen_icon() found in the file ot-settings-api.php. Deprecated since version 3.8.
Line 249: screen_icon( ( isset( $page[‘screen_icon’] ) ? $page[‘screen_icon’] : ‘opti
INFO: ot-loader.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 541: include_once( $file );
INFO: ot-functions-docs-page.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 727: require( trailingslashit( get_template_directory() ) . \’includes/meta-boxe
Line 810: require( trailingslashit( get_template_directory() ) . \’option-tree/ot-loa
Line 827: require( trailingslashit( get_template_directory() ) . \’includes/theme-opt
- The topic ‘Latest Theme Check’ is closed to new replies.