Showing 7,504 of 7,504 total issues
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 false;
Avoid too many return
statements within this method. Open
Open
return $_term;
Avoid too many return
statements within this method. Open
Open
return $wpdb->get_var( $wpdb->prepare("SELECT term_id FROM $wpdb->terms as t WHERE $else_where", $else_where_fields) );
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 6;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
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 post on this site.' ) );
Avoid too many return
statements within this method. Open
Open
return strval( $term['term_id'] );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 404, __( 'Invalid term ID' ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 500, __( 'Sorry, deleting the term failed.' ) );
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, __( 'Ambiguous term name used in a hierarchical taxonomy. Please use term ID instead.' ) );
Avoid too many return
statements within this method. Open
Open
return(new IXR_Error(404, __('Sorry, no such page.')));
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'Sorry, you are not allowed to create password protected posts in this post type' ) );
Avoid too many return
statements within this method. Open
Open
return $cat_id;
Avoid too many return
statements within this method. Open
Open
return(new IXR_Error(401, __('You are not allowed to change the page author as this user.')));