• Resolved Meysam

    (@roxkala)


    ?? ??? ???? ? ???? ?????? ????? ?? ???? ?????? ????? ??? ???? ?? ?? ????? ???? ???? ?? ?? ???? ???? ???? ??? ???? ???? ???? ????? ???? ???? ????? ???? ???????? ???????? ????? ??? ???? ???? ?? ???? ???? Notice: Undefined index: district in

    if ( ctype_digit( $args['district'] ) ) {
    			$district              = get_term( $args['district'] );
    			$replace['{district}'] = is_wp_error( $district ) ? '' : ( strlen( $district->name ) ? ' - ' : '' ) . $district->name;
    		} else {
    			$replace['{district}'] = $args['district'];
    		}
    
    		return $replace;
    	}

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘???? ?? ???? district ??????’ is closed to new replies.