Showing 5,566 of 7,504 total issues
Avoid too many return
statements within this method. Open
Open
return $this->error('Format not supported, module "'.$determined_format['include'].'" was removed.');
Avoid too many return
statements within this method. Open
Open
return $this->error('Format not supported, module "'.$determined_format['include'].'" is corrupt.');
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 404, __( 'Invalid author ID.' ) );
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( 500, $term->get_error_message() );
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $this->_prepare_taxonomy( $taxonomy, $fields );
Avoid too many return
statements within this method. Open
Open
return $comment_ID;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 404, __( 'Invalid post ID' ) );
Avoid too many return
statements within this method. Open
Open
return $post_ID;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(500, $post_ID->get_error_message());
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'The post type may not be changed.' ) );
Avoid too many return
statements within this method. Open
Open
return get_object_vars($term);
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 (bool) $post;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'Sorry, you cannot edit this post.' ) );
Avoid too many return
statements within this method. Open
Open
return $terms;
Avoid too many return
statements within this method. Open
Open
if ( $ints && in_array( $object_term->term_id, $ints ) ) return true; // If int, check against term_id
Avoid too many return
statements within this method. Open
Open
return $redirect_url;