0 ) { foreach ( $attr as $key => $value ) { if ( $output ) { echo esc_html( $key ) . '="' . esc_attr( $value ) . '" '; } else { $attributes .= esc_html( $key ) . '="' . esc_attr( $value ) . '" '; } } } if ( ! $output ) { return $attributes; } }