get_bloginfo( 'version' ), ); if ( 'JSON' === $typ ) { return $result_j; // avoid to calculte HTML if not necessary. } $result_h = '
' . esc_html( $result_j[ $var ] ) . '
'; return $result_h; }