How to allow   with wp_kses()?
I have an html containing nbsp but I am unable to pass it through wp_kses(). I have tried adding allowed html array('nbsp' = array(),)
but does not seems to work.
I there a way or I should not do that?
https://stackoverflow.com/questions/2300142/how-to-add-extra-whitespace-in-php/23844752