Showing 399 of 427 total issues
Avoid too many return
statements within this method. Open
Open
return $property;
Avoid too many return
statements within this method. Open
Open
if ( !empty( $this->meta_opts ) && $this->meta_opts['aiosp_disable'] == true ) return false;
Avoid too many return
statements within this method. Open
Open
return apply_filters( 'aioseop_home_page_title', $home_title );
Avoid too many return
statements within this method. Open
Open
return $arr;
Avoid too many return
statements within this method. Open
Open
if ( empty( $link ) || !is_string( $link ) ) return false;
Avoid too many return
statements within this method. Open
Open
return apply_filters( 'aioseop_title_single', $title );
Avoid too many return
statements within this method. Open
Open
return $title;
Avoid too many return
statements within this method. Open
Open
return '[' . join(',', $elements) . ']';
Avoid too many return
statements within this method. Open
Open
return $obj;
Avoid too many return
statements within this method. Open
Open
return $link;
Avoid too many return
statements within this method. Open
Open
return $this->get_tax_title();
Avoid too many return
statements within this method. Open
Open
} else return false;
Avoid too many return
statements within this method. Open
Open
return '"'.$ascii.'"';
Avoid too many return
statements within this method. Open
Open
return $str;
Avoid too many return
statements within this method. Open
Open
return mb_strtoupper( $str, $charset );
Avoid too many return
statements within this method. Open
Open
return $wpfs->get_contents( $filename );
Avoid too many return
statements within this method. Open
Open
return $this->substr( $file, $offset, $maxlen );
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
if ( $mod_enable ) return $this->do_load_module( $mod );
Avoid too many return
statements within this method. Open
Open
return strtoupper( $str );