OceanWP
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEoceanwp.2.0.0.zip
- FILE SIZE4187787 bytes
- MD59b4a35c2f6e9beeaab22a495b2c9e639
- SHA16b99959a072fe21cabbc9b2e93ef94e0642e9240
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://oceanwp.org/
- VERSION2.0.0
- AUTHOR URIhttps://oceanwp.org/about-me/
- 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 DATE2020-11-30
- LAST FILE UPDATE2020-11-30
- LAST VALIDATION2020-11-30 10:42
- OTHER VERSIONS
This theme is open source.
Warning
- Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Display message instead of the Add to Cart button to logged out users' in file woocommerce.php.
- Themes should not hide admin bar. Detected in file style.css.
- 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.
- Bad screenshot file extension ! File screenshot.png is not an actual PNG file. Detected type was : "image/jpeg".
Tip-off
- Possible hard-coded links were found in the file footer-bottom.php.
Ligne128: 'description' => sprintf( esc_html__( 'Shortcodes allowed, %1$ssee the list%2$s.', 'oceanwp' ), '<a href='http://docs.oceanwp.org/category/369-shortcodes' target='_blank'>', '</a>'
Possible hard-coded links were found in the file header.php.Ligne342: 'description' => sprintf( esc_html__( 'Shortcodes allowed, %1$ssee the list%2$s.', 'oceanwp' ), '<a href='http://docs.oceanwp.org/category/369-shortcodes' target='_blank'>', '</a>'
Possible hard-coded links were found in the file topbar.php.Ligne341: 'description' => sprintf( esc_html__( 'Shortcodes allowed, %1$ssee the list%2$s.', 'oceanwp' ), '<a href='http://docs.oceanwp.org/category/369-shortcodes' target='_blank'>', '</a>'
- 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 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 : woocommerce-config.php
Ligne21: require_once( OCEANWP_INC_DIR .'woocommerce/woocommerce-helpers.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 : helpers.phpLigne1777: 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 : menu-walker.phpLigne203: include( OCEANWP_INC_DIR . 'walker/template.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 : customizer.phpLigne46: require_once( $dir . 'buttonset/class-control-buttonset.php' );
Ligne47: require_once( $dir . 'color/class-control-color.php' );
Ligne48: require_once( $dir . 'dimensions/class-control-dimensions.php' );
Ligne49: require_once( $dir . 'dropdown-pages/class-control-dropdown-pages.php' )
Ligne50: require_once( $dir . 'heading/class-control-heading.php' );
Ligne51: require_once( $dir . 'icon-select/class-control-icon-select.php' );
Ligne52: require_once( $dir . 'multicheck/class-control-multicheck.php' );
Ligne53: require_once( $dir . 'multiple-select/class-control-multiple-select.php'
Ligne54: require_once( $dir . 'radio-image/class-control-radio-image.php' );
Ligne55: require_once( $dir . 'range/class-control-range.php' );
Ligne56: require_once( $dir . 'slider/class-control-slider.php' );
Ligne57: require_once( $dir . 'sortable/class-control-sortable.php' );
Ligne58: require_once( $dir . 'text/class-control-text.php' );
Ligne59: require_once( $dir . 'textarea/class-control-textarea.php' );
Ligne60: require_once( $dir . 'typo/class-control-typo.php' );
Ligne61: require_once( $dir . 'typography/class-control-typography.php' );
Ligne82: require_once( $dir . 'upsell/class-control-upsell.php' );
Ligne94: require_once( OCEANWP_INC_DIR .'customizer/customizer-helpers.php' );
Ligne95: require_once( OCEANWP_INC_DIR .'customizer/sanitization-callbacks.php' );
Ligne176: require_once( $dir . $key .'.php' );
Ligne181: require_once( $dir . $key .'.php' );
Ligne189: require_once( $dir .'woocommerce.php' );
Ligne194: require_once( $dir .'edd.php' );
Ligne199: require_once( $dir .'lifterlms.php' );
Ligne204: 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.The theme appears to use include or require : edd-config.phpLigne21: require_once( OCEANWP_INC_DIR .'edd/edd-helpers.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.