lightspeeddevelopment/lsx-health-plan

View on GitHub

Showing 9,134 of 9,134 total issues

Function lsx_health_plan_my_profile_box has a Cognitive Complexity of 65 (exceeds 25 allowed). Consider refactoring.
Open

function lsx_health_plan_my_profile_box() {
?>
<div class="lsx-health-plan my-profile-block wp-block-cover alignfull">
<div class="wp-block-cover__inner-container">
<h2><?php esc_html_e( 'My Dashboard', 'lsx-health-plan' ); ?></h2>
Severity: Minor
Found in includes/template-tags.php - About 6 hrs to fix

Function lsx_health_plan_week_plan_block has a Cognitive Complexity of 49 (exceeds 25 allowed). Consider refactoring.
Open

function lsx_health_plan_week_plan_block( $args = array() ) {
$defaults = array(
'show_downloads' => false,
'plan' => '',
);
Severity: Minor
Found in includes/template-tags.php - About 4 hrs to fix

Function index_exercises has a Cognitive Complexity of 46 (exceeds 25 allowed). Consider refactoring.
Open

public function index_exercises( $row ) {
if ( empty( $this->current_plan_ids ) ) {
return;
}
$i = 1;
Severity: Minor
Found in classes/integrations/facetwp/class-connected-plans.php - About 3 hrs to fix

Identical blocks of code found in 3 locations. Consider refactoring.
Open

<?php
/**
* The template for displaying Recipes Archive.
*
* @package lsx-health-plan
Severity: Major
Found in templates/archive-recipe.php and 2 other locations - About 3 hrs to fix
templates/taxonomy-recipe-cuisine.php on lines 1..53
templates/taxonomy-recipe-type.php on lines 1..53

Identical blocks of code found in 3 locations. Consider refactoring.
Open

<?php
/**
* The template for displaying Recipe Type Archives.
*
* @package lsx-health-plan
Severity: Major
Found in templates/taxonomy-recipe-type.php and 2 other locations - About 3 hrs to fix
templates/archive-recipe.php on lines 1..53
templates/taxonomy-recipe-cuisine.php on lines 1..53

Identical blocks of code found in 3 locations. Consider refactoring.
Open

<?php
/**
* The template for displaying Recipe Cuisine Archives.
*
* @package lsx-health-plan
Severity: Major
Found in templates/taxonomy-recipe-cuisine.php and 2 other locations - About 3 hrs to fix
templates/archive-recipe.php on lines 1..53
templates/taxonomy-recipe-type.php on lines 1..53

Identical blocks of code found in 2 locations. Consider refactoring.
Open

if ( ( '' !== $alt_title ) || ( '' !== $alt_description ) || ( '' !== $alt_image ) ) {
$link_html = '<a class="alt-modal" data-toggle="modal" href="#workout-alt-exercise-modal-' . $group['connected_exercises'] . '">';
$link_close = '</a>';
// We call the button to register the alt modal, but we do not output it.
lsx_health_plan_workout_exercise_alt_button( $group['connected_exercises'], $group, false, $modal_args, $alt_title, $alt_description, $alt_image );
Severity: Major
Found in templates/partials/workout-list.php and 1 other location - About 2 hrs to fix
templates/partials/workout-grid.php on lines 90..100

Identical blocks of code found in 2 locations. Consider refactoring.
Open

if ( ( '' !== $alt_title ) || ( '' !== $alt_description ) || ( '' !== $alt_image ) ) {
$link_html = '<a class="alt-modal" data-toggle="modal" href="#workout-alt-exercise-modal-' . $group['connected_exercises'] . '">';
$link_close = '</a>';
// We call the button to register the alt modal, but we do not output it.
lsx_health_plan_workout_exercise_alt_button( $group['connected_exercises'], $group, false, $modal_args, $alt_title, $alt_description, $alt_image );
Severity: Major
Found in templates/partials/workout-grid.php and 1 other location - About 2 hrs to fix
templates/partials/workout-list.php on lines 82..92

Function lsx_to_scporder_pre_get_posts has a Cognitive Complexity of 41 (exceeds 25 allowed). Consider refactoring.
Open

public function lsx_to_scporder_pre_get_posts( $wp_query ) {
$objects = $this->get_to_scporder_options_objects();
 
if ( empty( $objects ) ) {
return false;
Severity: Minor
Found in classes/class-scpo-engine.php - About 2 hrs to fix

Function lsx_health_plan_all_plans_block has a Cognitive Complexity of 37 (exceeds 25 allowed). Consider refactoring.
Open

function lsx_health_plan_all_plans_block() {
global $post, $product;
 
// If this is the my plan page, and the user is logged out, show to WC login.
$plan_slug = \lsx_health_plan\functions\get_option( 'my_plan_slug', false );
Severity: Minor
Found in includes/template-tags.php - About 2 hrs to fix

Function get_downloads has a Cognitive Complexity of 34 (exceeds 25 allowed). Consider refactoring.
Open

function get_downloads( $type = 'all', $post_id = '' ) {
$lsx_health_plan = \lsx_health_plan();
$post_types = $lsx_health_plan->get_post_types();
if ( '' === $post_id ) {
$post_id = get_the_ID();
Severity: Minor
Found in includes/functions.php - About 1 hr to fix

Function lsx_health_plan_workout_exercise_alt_button has a Cognitive Complexity of 33 (exceeds 25 allowed). Consider refactoring.
Open

function lsx_health_plan_workout_exercise_alt_button( $m, $group, $echo = true, $args = array(), $alt_title, $alt_description, $alt_image ) {
$defaults = array(
'modal_trigger' => 'button',
'modal_content' => 'excerpt',
);
Severity: Minor
Found in includes/template-tags/exercise.php - About 1 hr to fix

Function lsx_profile_photo_field_filter has a Cognitive Complexity of 31 (exceeds 25 allowed). Consider refactoring.
Open

public function lsx_profile_photo_field_filter( $field, $key, $args, $value ) {
if ( 'profile_photo' === $args['id'] ) {
 
if ( $args['required'] ) {
$args['class'][] = 'validate-required';
Severity: Minor
Found in classes/integrations/woocommerce/class-account.php - About 1 hr to fix

Don't use IDs in selectors.
Open

@media (min-width: 992px) { .plan_page_help #wpbody .wrap.about-wrap > .row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.plan_page_help #wpbody .box:before { content: '\f324'; display: block; position: absolute; top: 30px; left: 30px; font-size: 1.618em; font-family: 'Dashicons'; font-weight: 400; -webkit-font-smoothing: antialiased; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

Don't use IDs in selectors.
Open

.plan_page_help #wpbody .box-clean a { font-weight: 700; text-decoration: none; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

Don't use IDs in selectors.
Open

.plan_page_help #wpbody .enrich > * { text-align: left; }
Severity: Minor
Found in assets/css/help.css by csslint

Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .wp-filter
Open

.wp-admin.plan_page_lsx_health_plan_options .wp-filter { background: none; border: none; -webkit-box-shadow: none; box-shadow: none; margin: 0; padding-right: 0; }

Rule doesn't have all its properties in alphabetical order.
Open

.wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links .current { border-bottom: none; font-weight: 600; color: #23282d; }

The property -moz-box-orient is compatible with -webkit-box-orient and should be included as well.
Open

@media only screen and (min-width: 1000px) { .wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row.cmb-type-colorpicker .cmb-td { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }
Severity
Category
Status
Source
Language