Wavo
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEwavo.zip
- FILE SIZE10039042 bytes
- MD56573910dda1a3dfe48b0f59bb34a553c
- SHA16f90c6172122e4be0e926bd7831bb0611ab02d0e
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://ninetheme.com/
- VERSION1.1.8
- AUTHOR URIhttp://ninetheme.com/about
- TAGScustom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
- CREATION DATE2021-10-28
- LAST FILE UPDATE2021-10-28
- LAST VALIDATION2021-10-28 00:10
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- base64_decode( $wp_filesystem->get_contents( $local_file ) ); Found base64_decode in file class-merlin-option-tree-importer.php. 31: $decoded =
- file_get_contents( $file );file_get_contents was found in the file class-merlin-customizer-importer.php 64: $raw = file_get_contents( $import_file_path );file_get_contents was found in the file class-merlin-cptui-importer.php 25: $cptui_raw_data = file_get_contents( $import_data[0]['cpt_file_url'] );33: $cptui_tax_data = file_get_contents( $import_data[0]['tax_file_url'] );file_get_contents was found in the file class-merlin-cptui-importer.php 25: $cptui_raw_data = file_get_contents( $import_data[0]['cpt_file_url'] );33: $cptui_tax_data = file_get_contents( $import_data[0]['tax_file_url'] );file_get_contents was found in the file class-merlin-redux-importer.php 25: $redux_options_raw_data = file_get_contents( $redux_item['file_path'] );file_put_contents was found in the file class-merlin-downloader.php 43: $saved_file = file_put_contents( $this->download_directory_path . $filename, $content ); file_get_contents was found in the file class-merlin-widget-importer.php 77: $data =
- add_submenu_page(File options.php : 64: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters File class-merlin.php : 415: $this->hook_suffix =
elementor-custom-icons.zip wavo-elementor-addons.zip envato-market.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wp_deregister_script in functions.php. Themes must not deregister core scripts. 112: wp_deregister_script( 'swiper' );
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Cannot import auto-draft posts' in file WXRImporter.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s done.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s done.' in file class-tgm-plugin-activation.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 wavo, wordpress-importer, merlin-wp.
- The theme uses the register_taxonomy() function, which is plugin-territory functionality.
- At least one hard coded date was found in the file post-formats.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot is wrong size! Detected: 1201x901px. Maximum allowed size is 1200x900px.Screenshot dimensions are wrong! Detected: 1201x901px (1201:901). Ratio of width to height should be 4:3.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 category.php.
- This theme does not contain optional file tag.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.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : class-merlin-customizer-importer.php 173: require_once( ABSPATH . 'wp-admin/includes/media.php' );174: require_once( ABSPATH . 'wp-admin/includes/file.php' );175: 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 : class-merlin-option-tree-importer.php 26: require_once ( ABSPATH . '/wp-admin/includes/file.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 : loader.php 22: require_once( $class_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.