includes/functions.php
Showing 1 of 1 total issue
Function get_downloads
has a Cognitive Complexity of 34 (exceeds 25 allowed). Consider refactoring. Open
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();
- Read upRead up