Why does the description tab title have esc_html applied to it? I wanted to use some html in the title to add a class to the second word in my custom description tab title, but esc_html escapes it. I had to remove the esc_html to remedy this. Any good reason why esc_html is used?
↧