OceanWP
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEoceanwp.3.4.2.zip
- FILE SIZE7373122 bytes
- MD5ebf8a665a45235aad8e964b68c773b6f
- SHA1827150c814a59ab0e5230ef1a15de30519b00b0a
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION3.4.2
- TAGStwo-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, th
- CREATION DATE2023-03-19
- LAST FILE UPDATE2023-03-19
- LAST VALIDATION2023-03-19 03:37
- OTHER VERSIONS
This theme is open source.
Critical alerts
- file_get_contents( $changelog_file ); file_get_contents was found in the file changelog.php 11: $changelog =
- add_menu_page(File helpers.php : 4877: add_submenu_page( File helpers.php : 4868:
Warning
- Found wrong tag block-styles in style.css header.Found wrong tag wide-blocks in style.css header.Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Possible variable $val found in translation function in helpers.php. Translation function calls should not contain PHP variables.
- Possible variable $args found in translation function in template-helpers.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in template-helpers.php. Translation function calls should not contain PHP variables.
- Possible variable $args found in translation function in template-helpers.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in template-helpers.php. Translation function calls should not contain PHP variables.
- Bad screenshot file extension ! File screenshot.png is not an actual PNG file. Detected type was : "image/jpeg".
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 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 attachment.php.
- The theme appears to use include or require : customizer.php 47: require_once( $dir . 'dimensions/class-control-dimensions.php' );48: require_once( $dir . 'dropdown-pages/class-control-dropdown-pages.php' )49: require_once( $dir . 'heading/class-control-heading.php' );50: require_once( $dir . 'info/class-control-info.php' );51: require_once( $dir . 'icon-select/class-control-icon-select.php' );52: require_once( $dir . 'icon-select-multi/class-control-icon-select-multi.php53: require_once( $dir . 'multiple-select/class-control-multiple-select.php' 54: require_once( $dir . 'slider/class-control-slider.php' );55: require_once( $dir . 'sortable/class-control-sortable.php' );56: require_once( $dir . 'text/class-control-text.php' );57: require_once( $dir . 'textarea/class-control-textarea.php' );58: require_once( $dir . 'typo/class-control-typo.php' );59: require_once( $dir . 'typography/class-control-typography.php' );95: require_once( OCEANWP_INC_DIR .'customizer/customizer-helpers.php' );96: require_once( OCEANWP_INC_DIR .'customizer/sanitization-callbacks.php' );178: require_once( $dir . $key .'.php' );183: require_once( $dir . $key .'.php' );191: require_once( $dir .'woocommerce.php' );196: require_once( $dir .'edd.php' );201: require_once( $dir .'lifterlms.php' );206: require_once( $dir .'learndash.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.