classes/integrations/facetwp/class-connected-plans.php
Showing 1 of 1 total issue
Function index_exercises
has a Cognitive Complexity of 46 (exceeds 25 allowed). Consider refactoring. Open
Open
public function index_exercises( $row ) { if ( empty( $this->current_plan_ids ) ) { return; } $i = 1;
- Read upRead up