Automobile Hub Pro
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEautomobile-hub-pro_1.1.zip
- FILE SIZE7326185 bytes
- MD595b62ed38e81ac98780f27dbd4215b5c
- SHA109f3c12deb63f7f17219faaa13c0f6088ce53f99
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.1
- AUTHOR URIhttps://www.themespride.com/
- TAGSone-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
- CREATION DATE2020-02-18
- LAST FILE UPDATE2020-02-18
- LAST VALIDATION2020-02-18 08:15
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- file_get_contents($image_url); // Get image data370: $image_data = file_get_contents($image_url); // Get image data451: $image_data = file_get_contents($image_url); // Get image data532: $image_data = file_get_contents($image_url); // Get image data603: $image_data = file_get_contents($image_url); // Get image datafile_put_contents was found in the file demo-importer.php 289: file_put_contents( $file, $image_data );382: file_put_contents( $file, $image_data );463: file_put_contents( $file, $image_data );542: file_put_contents( $file, $image_data );615: file_put_contents( $file, $image_data );file_get_contents was found in the file demo-importer.php 277: $image_data = file_get_contents($image_url); // Get image data370: $image_data = file_get_contents($image_url); // Get image data451: $image_data = file_get_contents($image_url); // Get image data532: $image_data = file_get_contents($image_url); // Get image data603: $image_data = file_get_contents($image_url); // Get image datafile_put_contents was found in the file demo-importer.php 289: file_put_contents( $file, $image_data );382: file_put_contents( $file, $image_data );463: file_put_contents( $file, $image_data );542: file_put_contents( $file, $image_data );615: file_put_contents( $file, $image_data );file_get_contents was found in the file demo-importer.php 277: $image_data = file_get_contents($image_url); // Get image data370: $image_data = file_get_contents($image_url); // Get image data451: $image_data = file_get_contents($image_url); // Get image data532: $image_data = file_get_contents($image_url); // Get image data603: $image_data = file_get_contents($image_url); // Get image datafile_put_contents was found in the file demo-importer.php 289: file_put_contents( $file, $image_data );382: file_put_contents( $file, $image_data );463: file_put_contents( $file, $image_data );542: file_put_contents( $file, $image_data );615: file_put_contents( $file, $image_data );file_get_contents was found in the file demo-importer.php 277: $image_data = file_get_contents($image_url); // Get image data370: $image_data = file_get_contents($image_url); // Get image data451: $image_data = file_get_contents($image_url); // Get image data532: $image_data = file_get_contents($image_url); // Get image data603: $image_data = file_get_contents($image_url); // Get image datafile_put_contents was found in the file demo-importer.php 289: file_put_contents( $file, $image_data );382: file_put_contents( $file, $image_data );463: file_put_contents( $file, $image_data );542: file_put_contents( $file, $image_data );615: file_put_contents( $file, $image_data );file_get_contents was found in the file demo-importer.php 277: $image_data = file_get_contents($image_url); // Get image data370: $image_data = file_get_contents($image_url); // Get image data451: $image_data = file_get_contents($image_url); // Get image data532: $image_data = file_get_contents($image_url); // Get image data603: $image_data = file_get_contents($image_url); // Get image datafile_put_contents was found in the file demo-importer.php 289: file_put_contents( $file, $image_data );382: file_put_contents( $file, $image_data );463: file_put_contents( $file, $image_data );542: file_put_contents( $file, $image_data );615: file_put_contents( $file, $image_data ); file_get_contents was found in the file demo-importer.php 277: $image_data =
Warning
- At least one hard coded date was found in the file section-latest_posts.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
- 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 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.
- The theme appears to use include or require : demo-importer.php 307: require_once(ABSPATH . 'wp-admin/includes/image.php');400: require_once(ABSPATH . 'wp-admin/includes/image.php');481: require_once(ABSPATH . 'wp-admin/includes/image.php');556: require_once(ABSPATH . 'wp-admin/includes/image.php');633: require_once(ABSPATH . 'wp-admin/includes/image.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.