Showing 5,566 of 7,504 total issues
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return ceil( ( $oldercoms + 1 ) / $args['per_page'] );
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $pingback_server_url;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 403, __( 'Parent term does not exist.' ) );
Avoid too many return
statements within this method. Open
Open
return(true);
Avoid too many return
statements within this method. Open
Open
return( new IXR_Error( 401, __( 'Invalid post type' ) ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(401, __('Sorry, you do not have the right to publish this page.'));
Avoid too many return
statements within this method. Open
Open
return $this->pingback_error( 0, __( 'The source URL and the target URL cannot both point to the same resource.' ) );
Avoid too many return
statements within this method. Open
Open
return $wpdb->get_row( $wpdb->prepare("SELECT tt.term_id, tt.term_taxonomy_id FROM $wpdb->terms AS t INNER JOIN $wpdb->term_taxonomy as tt ON tt.term_id = t.term_id WHERE $else_where AND tt.taxonomy = %s", $else_where_fields), ARRAY_A);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'Sorry, you are not allowed to assign a term to one of the given taxonomies.' ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 500, $term_info->get_error_message() );
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 404, __( 'Invalid term ID' ) );