Immidox
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEimmidox.zip
- FILE SIZE18680974 bytes
- MD5927739fd6ecedd61d3bd71943f5d5229
- SHA14019079a39417728110785a4c4b385afaab3afce
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- DEMO PAGEhttp://ftpdemo.com/immidox/
- VERSION1.0.0
- TAGSblog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-re
- CREATION DATE2023-10-25
- LAST FILE UPDATE2023-10-25
- LAST VALIDATION2023-10-25 14:39
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne53: $result = explode(' ', trim(`hg id -nb`));
Found ` in file GitProcessor.php.Ligne54: $branches = `git branch -v --no-abbrev`;
Found ` in file MercurialProcessor.php. Ligne17: * Stores to any socket - uses fsockopen() or pfsockopen().
Ligne20: * @see http://php.net/manual/en/function.fsockopen.php
Ligne95: * @see http://php.net/manual/en/function.fsockopen.php
Ligne180: * UDP might appear to be connected but might fail when writing. See http://php.net/fsockopen for details.
pfsockopen was found in the file SocketHandler.phpLigne17: * Stores to any socket - uses fsockopen() or pfsockopen().
fsockopen was found in the file SocketHandler.php Ligne123: /*For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters*/
File options.php : immigro-plugin.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/Found wrong tag custom-logo in style.css header. - Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible Favicon found in header.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 taxonomy.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 : class-merlin-customizer-importer.php
Ligne173: require_once( ABSPATH . 'wp-admin/includes/media.php' );
Ligne174: require_once( ABSPATH . 'wp-admin/includes/file.php' );
Ligne175: 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.The theme appears to use include or require : options.phpLigne299: $options = include( $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.