RECOMMENDED: No reference to add_theme_support( 'custom-header', $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
RECOMMENDED: No reference to add_theme_support( 'custom-background', $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
RECOMMENDED: could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.
RECOMMENDED: get_theme found in the file functions.php. Deprecated since version 3.4. Use wp_get_theme() instead.
RECOMMENDED: get_current_theme found in the file slider.php. Deprecated since version 3.4. Use wp_get_theme() instead.
RECOMMENDED: get_current_theme found in the file gallery.php. Deprecated since version 3.4. Use wp_get_theme() instead.
RECOMMENDED: get_current_theme found in the file custom-device-color.php. Deprecated since version 3.4. Use wp_get_theme() instead.
RECOMMENDED: get_current_theme found in the file admin.php. Deprecated since version 3.4. Use wp_get_theme() instead.
RECOMMENDED: add_custom_image_header found in the file functions.php. Deprecated since version 3.4. Use add_theme_support( 'custom-header', $args ) instead.
RECOMMENDED: add_custom_background found in the file functions.php. Deprecated since version 3.4. Use add_theme_support( 'custom-background', $args ) instead.
INFO: admin.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.