0
Validation results

Cardealer

Cardealer

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEcardealer.zip
  • FILE SIZE7191118 bytes
  • MD5fc17b8a6b50fe64b346a0fb2d3e9c88b
  • SHA138fe5b32e6c96e325a410c0bca677679fdd14166
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION1.5.2
  • TAGSright-sidebar, left-sidebar, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microf
  • CREATION DATE2021-02-27
  • LAST FILE UPDATE2022-03-08
  • LAST VALIDATION2022-03-08 15:58
  • OTHER VERSIONS

    3.7.0 : 15%

    2.0.0 : 15%

    1.5.7 : 0%

    1.5.6 : 56%

    1.5.1 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Use of base64_decode() Found base64_decode in file user.php.
    Ligne54: $user_pass = base64_decode($_POST['hash']);
    Ligne233: $user_pass = base64_decode($_POST['hash']);
    Found base64_decode in file template-car-listing.php.
    Ligne95: $adv_params = unserialize( base64_decode( $_GET['adv_params'] ) );
  3. Security breaches : Use of base64_encode() Found base64_encode in file cardealer.php.
     public static function base64_encode() {
     echo base64_encode($_REQUEST['params_string']);
    Found base64_encode in file car.php.
     $params = base64_encode(serialize($data));
  4. Malware : Operations on file system fopen was found in the file thememakers.php
    Ligne128: $handle = fopen(TMM_THEME_PATH . '/css/custom1.css', 'w');
    Ligne131: $handle = fopen(TMM_THEME_PATH . '/css/custom2.css', 'w');
    fwrite was found in the file thememakers.php
    Ligne129: fwrite($handle, $custom_css1);
    Ligne132: fwrite($handle, $custom_css2);
    fclose was found in the file thememakers.php
    Ligne130: fclose($handle);
    Ligne133: fclose($handle);
    fopen was found in the file thememakers.php
    Ligne128: $handle = fopen(TMM_THEME_PATH . '/css/custom1.css', 'w');
    Ligne131: $handle = fopen(TMM_THEME_PATH . '/css/custom2.css', 'w');
    fwrite was found in the file thememakers.php
    Ligne129: fwrite($handle, $custom_css1);
    Ligne132: fwrite($handle, $custom_css2);
    fclose was found in the file thememakers.php
    Ligne130: fclose($handle);
    Ligne133: fclose($handle);
    file_get_contents was found in the file single-car.php
    Ligne194: $video_content = @file_get_contents($video_xml_url);
    file_get_contents was found in the file index.php
    Ligne86: $content = file_get_contents($upload_folder . $file);
    Ligne164: $content = file_get_contents($upload_folder . $key . '.js');
    file_put_contents was found in the file index.php
    Ligne123: file_put_contents($upload_folder . '/' . $name . '.js', serialize($_REQUEST
    Ligne130: file_put_contents($upload_folder . '/' . $name . '.data', serialize($scheme
    Ligne140: file_put_contents($upload_folder . '/' . $_REQUEST['key'] . '.js', serializ
    Ligne148: file_put_contents($upload_folder . '/' . $_REQUEST['key'] . '.data', serial
    file_put_contents was found in the file index.php
    Ligne123: file_put_contents($upload_folder . '/' . $name . '.js', serialize($_REQUEST
    Ligne130: file_put_contents($upload_folder . '/' . $name . '.data', serialize($scheme
    Ligne140: file_put_contents($upload_folder . '/' . $_REQUEST['key'] . '.js', serializ
    Ligne148: file_put_contents($upload_folder . '/' . $_REQUEST['key'] . '.data', serial
    file_put_contents was found in the file index.php
    Ligne123: file_put_contents($upload_folder . '/' . $name . '.js', serialize($_REQUEST
    Ligne130: file_put_contents($upload_folder . '/' . $name . '.data', serialize($scheme
    Ligne140: file_put_contents($upload_folder . '/' . $_REQUEST['key'] . '.js', serializ
    Ligne148: file_put_contents($upload_folder . '/' . $_REQUEST['key'] . '.data', serial
    file_put_contents was found in the file index.php
    Ligne123: file_put_contents($upload_folder . '/' . $name . '.js', serialize($_REQUEST
    Ligne130: file_put_contents($upload_folder . '/' . $name . '.data', serialize($scheme
    Ligne140: file_put_contents($upload_folder . '/' . $_REQUEST['key'] . '.js', serializ
    Ligne148: file_put_contents($upload_folder . '/' . $_REQUEST['key'] . '.data', serial
    file_get_contents was found in the file index.php
    Ligne86: $content = file_get_contents($upload_folder . $file);
    Ligne164: $content = file_get_contents($upload_folder . $key . '.js');
    file_put_contents was found in the file car.php
    Ligne1711: //file_put_contents(TMM_THEME_PATH . '/install/carproducer.dat', serialize($t
    file_get_contents was found in the file helper_fonts.php
    Ligne29: $fonts_list = json_decode( @file_get_contents( $fonts_file ), true );
  5. Malware : Network operations curl_init was found in the file functions.php
    Ligne580: $ch = curl_init();
    curl_exec was found in the file functions.php
    Ligne584: $rawdata = curl_exec($ch);
  6. Admin menu : Themes should use add_theme_page() for adding admin pages. File custom_sidebars.php :
    Ligne58: public static function add_sidebar_page() {
    Ligne64: echo TMM::draw_html('custom_sidebars/add_sidebar_page', $data);
    Ligne74: echo TMM::draw_html('custom_sidebars/add_sidebar_page', $data);
    File custom_sidebars.php :
    Ligne58: public static function add_sidebar_page() {
    Ligne64: echo TMM::draw_html('custom_sidebars/add_sidebar_page', $data);
    Ligne74: echo TMM::draw_html('custom_sidebars/add_sidebar_page', $data);
    File options.php :
    Ligne7: add_action('wp_ajax_add_sidebar_page', array('TMM_Custom_Sidebars', 'add_sidebar_page'));
    File class-tgm-plugin-activation.php :
    Ligne735: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t
    File cardealer.php :
    Ligne123: add_submenu_page('edit.php?post_type=' . TMM_Ext_PostType_Car::$slug, esc_h
    Ligne124: add_submenu_page('edit.php?post_type=' . TMM_Ext_PostType_Car::$slug, esc_h
    File cardealer.php :
    Ligne123: add_submenu_page('edit.php?post_type=' . TMM_Ext_PostType_Car::$slug, esc_h
    Ligne124: add_submenu_page('edit.php?post_type=' . TMM_Ext_PostType_Car::$slug, esc_h
    File tab_general.php :
    Ligne616: $child_sections['add_new_page'] = array(
  7. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : functions.php.
  8. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was layersliderwp-6.11.2.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in functions.php. Themes must not deregister core scripts.
    Ligne137: wp_deregister_script('wc-add-to-cart');
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file single-car.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file single-car.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file template-car-compare.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file index.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'cardealer' in file cardealer.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'cardealer' in file cardealer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file sheduler.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file sheduler.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file sheduler.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file sheduler.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file sheduler.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file sheduler.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file car.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file car.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file car.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file car.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file car.php.Found a translation function that has an incorrect number of arguments. Function esc_html_e, with the arguments 'Oops! It seems you have reached your image storage maximum limit. Please try uploading image in lower quality or ', your account to improve your storage limit., 'cardealer' in file cars_upload.php.Found a translation function that has an incorrect number of arguments. Function esc_html_e, with the arguments ' (', ), 'cardealer' in file drive_my_cars.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'cardealer' in file quicksearch_form.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'cardealer' in file quicksearch_form.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'cardealer' in file quicksearch_form.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file car_attributes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file car_attributes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file car_attributes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file car_attributes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file car_attributes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file car_attributes.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'cardealer' in file car_attributes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file car_attributes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cardealer' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file template-car-add-new.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file template-car-add-new.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file template-car-add-new.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file template-car-add-new.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file template-car-add-new.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file template-car-add-new.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file template-car-add-new.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'cardealer' in file template-car-add-new.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 cardealer, <b>, woocommerce, tgmpa, your account to improve your storage limit., ).
  3. Editor style : Presence of editor styleNo 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.
  4. I18N implementation : Proper use of _e(Possible variable $value found in translation function in single-car.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in single-car.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in contacts_bar.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in banners.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in contact_form.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in social_links.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in visit_card.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in timetable.php. Translation function calls should not contain PHP variables. Possible variable $featured_value found in translation function in template-car-compare.php. Translation function calls should not contain PHP variables. Possible variable $location found in translation function in cardealer.php. Translation function calls should not contain PHP variables.
    Ligne331: <option <?php selected($data['selected'], 0); ?> value=''><?php esc_html_e($location, 'cardealer'); ?></option>
    Possible variable $term found in translation function in cardealer.php. Translation function calls should not contain PHP variables. Possible variable $upgrade_status_page_link found in translation function in cars_upload.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in dealers.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in loan_calculator.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in statistic_cars.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in dealer_contacts.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in quicksearch.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in recent_cars.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in car_counter.php. Translation function calls should not contain PHP variables. Possible variable $options found in translation function in drive_my_cars.php. Translation function calls should not contain PHP variables. Possible variable $expires_str found in translation function in drive_my_cars.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in featured_cars.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in car_body.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in dealers_cars.php. Translation function calls should not contain PHP variables. Possible variable $locations_captions_on_search_widget found in translation function in quicksearch_form.php. Translation function calls should not contain PHP variables. Possible variable $locations_captions_on_search_widget found in translation function in quicksearch_form.php. Translation function calls should not contain PHP variables. Possible variable $locations_captions_on_search_widget found in translation function in quicksearch_form.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in cars.php. Translation function calls should not contain PHP variables. Possible variable $block_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in car_attributes.php. Translation function calls should not contain PHP variables.
  5. I18N implementation : Proper use of ___all(Possible variable $block_name found in translation function in single-car.php. Translation function calls should not contain PHP variables. Possible variable $attributes_value found in translation function in single-car.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in skin_composer.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in flickr.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in template-car-compare.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in car.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in car.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in car.php. Translation function calls should not contain PHP variables. Possible variable $body found in translation function in car_body.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in tab_general.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in tab_general.php. Translation function calls should not contain PHP variables. Possible variable $cond_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $body_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $fuel_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $color_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $transmission_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $color_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $val_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $itemdata found in translation function in data_group_item_template.php. Translation function calls should not contain PHP variables. Possible variable $options found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $post_meta found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $condition found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $additional_val found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $cond_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $body_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $fuel_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $transmission_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $color_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $color_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $block_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $val_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables.
  6. I18N implementation : Proper use of esc_html___all(Possible variable $block_name found in translation function in single-car.php. Translation function calls should not contain PHP variables. Possible variable $attributes_value found in translation function in single-car.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in skin_composer.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in template-car-compare.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in car.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in car.php. Translation function calls should not contain PHP variables. Possible variable $option found in translation function in car.php. Translation function calls should not contain PHP variables. Possible variable $body found in translation function in car_body.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in tab_general.php. Translation function calls should not contain PHP variables. Possible variable $cond_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $body_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $fuel_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $color_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $transmission_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $color_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $val_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $itemdata found in translation function in data_group_item_template.php. Translation function calls should not contain PHP variables. Possible variable $additional_val found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $cond_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $body_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $fuel_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $transmission_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $color_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $color_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $block_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $val_name found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in template-car-add-new.php. Translation function calls should not contain PHP variables.
  7. I18N implementation : Proper use of esc_html_e(Possible variable $value found in translation function in single-car.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in single-car.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in contacts_bar.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in banners.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in contact_form.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in social_links.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in visit_card.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in timetable.php. Translation function calls should not contain PHP variables. Possible variable $featured_value found in translation function in template-car-compare.php. Translation function calls should not contain PHP variables. Possible variable $location found in translation function in cardealer.php. Translation function calls should not contain PHP variables.
    Ligne331: <option <?php selected($data['selected'], 0); ?> value=''><?php esc_html_e($location, 'cardealer'); ?></option>
    Possible variable $term found in translation function in cardealer.php. Translation function calls should not contain PHP variables. Possible variable $upgrade_status_page_link found in translation function in cars_upload.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in dealers.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in loan_calculator.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in statistic_cars.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in dealer_contacts.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in quicksearch.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in recent_cars.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in car_counter.php. Translation function calls should not contain PHP variables. Possible variable $options found in translation function in drive_my_cars.php. Translation function calls should not contain PHP variables. Possible variable $expires_str found in translation function in drive_my_cars.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in featured_cars.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in car_body.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in dealers_cars.php. Translation function calls should not contain PHP variables. Possible variable $locations_captions_on_search_widget found in translation function in quicksearch_form.php. Translation function calls should not contain PHP variables. Possible variable $locations_captions_on_search_widget found in translation function in quicksearch_form.php. Translation function calls should not contain PHP variables. Possible variable $locations_captions_on_search_widget found in translation function in quicksearch_form.php. Translation function calls should not contain PHP variables. Possible variable $instance found in translation function in cars.php. Translation function calls should not contain PHP variables. Possible variable $block_name found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in car_attributes.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in car_attributes.php. Translation function calls should not contain PHP variables.
  8. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  5. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Use of includes : Use of include or requireThe theme appears to use include or require : thememakers.php
    Ligne140: include($pagepath);
    Ligne147: include(TMM_THEME_PATH . '/admin/views/' . $view . '.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 : theme_options.php
    Ligne292: <?php include_once 'html_templates.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 : index.php
    Ligne6: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.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 : widgets.php
    Ligne575: 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.
    The theme appears to use include or require : template-car-user-dealer.php
    Ligne45: include( get_404_template() );
    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.
Other checked themes