97
Validation results

OceanWP

Free WordPress 6.4.3 theme

OceanWP

Free WordPress 6.4.3 theme
97
This theme is open source.
Warning
  1. Non-printable characters : Presence of non-printable characters in PHP filesNon-printable characters were found in file breadcrumbs.php. This is an indicator of potential errors in PHP code.961: if ( is_paged() || true === $this->args['show_title'] )
  2. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  3. I18N implementation : Proper use of ___all(Possible variable $val found in translation function in helpers.php. Translation function calls should not contain PHP variables.
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file topbar.php.341: '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 footer-bottom.php.95: '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.323: '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>'
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : woocommerce-config.php 21: 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 : menu-walker.php 203: 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.php 46: require_once( $dir . 'buttonset/class-control-buttonset.php' );47: require_once( $dir . 'color/class-control-color.php' ); 48: require_once( $dir . 'dimensions/class-control-dimensions.php' );49: require_once( $dir . 'dropdown-pages/class-control-dropdown-pages.php' )50: require_once( $dir . 'heading/class-control-heading.php' );51: require_once( $dir . 'icon-select/class-control-icon-select.php' );52: require_once( $dir . 'multicheck/class-control-multicheck.php' );53: require_once( $dir . 'multiple-select/class-control-multiple-select.php' 54: require_once( $dir . 'radio-image/class-control-radio-image.php' );55: require_once( $dir . 'range/class-control-range.php' );56: require_once( $dir . 'slider/class-control-slider.php' );57: require_once( $dir . 'sortable/class-control-sortable.php' );58: require_once( $dir . 'text/class-control-text.php' );59: require_once( $dir . 'textarea/class-control-textarea.php' );60: require_once( $dir . 'typo/class-control-typo.php' );61: require_once( $dir . 'typography/class-control-typography.php' );82: require_once( $dir . 'upsell/class-control-upsell.php' );94: require_once( OCEANWP_INC_DIR .'customizer/customizer-helpers.php' );95: require_once( OCEANWP_INC_DIR .'customizer/sanitization-callbacks.php' );175: require_once( $dir . $key .'.php' );180: require_once( $dir . $key .'.php' );188: require_once( $dir .'woocommerce.php' );193: require_once( $dir .'edd.php' );198: require_once( $dir .'lifterlms.php' );203: 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.php 21: 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.
Other checked themes