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 new IXR_Error( 401, __( 'Sorry, you are not allowed to stick this post.' ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'Sorry, one of the given taxonomies is not supported by the post type.' ) );
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 new IXR_Error( 404, __( 'Invalid term ID' ) );
Avoid too many return
statements within this method. Open
Open
return $this->pingback_error( 33, __( 'The specified target URL cannot be used as a target. It either doesn’t exist, or it is not a pingback-enabled resource.' ) );
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( 403, __( 'The term name cannot be empty.' ) );
Avoid too many return
statements within this method. Open
Open
return $_users;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(500, __('Sorry, the comment could not be edited. Something wrong happened.'));
Avoid too many return
statements within this method. Open
Open
return( new IXR_Error( 401, __( 'You are not allowed to create pages as this user.' ) ) );
Avoid too many return
statements within this method. Open
Open
return(new IXR_Error(401, __('You are not allowed to change the post author as this user.')));
Avoid too many return
statements within this method. Open
Open
return array_values(get_object_vars($term));
Avoid too many return
statements within this method. Open
Open
if ( in_array( $object_term->term_id, $strs ) ) return true;
Avoid too many return
statements within this method. Open
Open
if ( in_array( $object_term->slug, $strs ) ) return true;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'Sorry, you are not allowed to create private posts in this post type' ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 404, __( 'Invalid attachment ID.' ) );
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return array();