Showing 5,566 of 7,504 total issues
Method wp_unique_post_slug
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function wp_unique_post_slug($slug, $post_ID, $post_status, $post_type, $post_parent) {
Method compress_parse_url
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function compress_parse_url($scheme = '', $authority = '', $path = '', $query = '', $fragment = '')
Method _nx
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _nx($single, $plural, $number, $context, $domain = 'default') {
Method the_terms
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function the_terms( $id, $taxonomy, $before = '', $sep = ', ', $after = '' ) {
Method get_image_tag
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function get_image_tag($id, $alt, $title, $align, $size='medium') {
Method _diag
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _diag ($xoff, $xlim, $yoff, $ylim, $nchunks)
Method _block
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _block($xbeg, $xlen, $ybeg, $ylen, &$edits)
Method wp_get_attachment_link
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function wp_get_attachment_link($id = 0, $size = 'thumbnail', $permalink = false, $icon = false, $text = false) {
Method start_el
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
Method image_resize_dimensions
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function image_resize_dimensions($orig_w, $orig_h, $dest_w, $dest_h, $crop = false) {
Method _http_build_query
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _http_build_query($data, $prefix=null, $sep=null, $key='', $urlencode=true) {
Method wp_mail
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function wp_mail( $to, $subject, $message, $headers = '', $attachments = array() ) {
Method get_category_parents
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function get_category_parents( $id, $link = false, $separator = '/', $nicename = false, $visited = array() ) {
Method build_time_query
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function build_time_query( $column, $compare, $hour = null, $minute = null, $second = null ) {
Method update
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function update($table, $data, $where, $format = null, $where_format = null) {
Method get_the_term_list
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function get_the_term_list( $id = 0, $taxonomy, $before = '', $sep = '', $after = '' ) {
Method SimplePie_Caption
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function SimplePie_Caption($type = null, $lang = null, $startTime = null, $endTime = null, $text = null)
Method compress_parse_url
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function compress_parse_url($scheme = '', $authority = '', $path = '', $query = '', $fragment = '')
Method display_cached_file
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function display_cached_file($identifier_url, $cache_location = './cache', $cache_extension = 'spc', $cache_class = 'SimplePie_Cache', $cache_name_function = 'md5')
Method start_el
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function start_el( &$output, $object, $depth = 0, $args = array(), $current_object_id = 0 ) {}