Question Detail
How to remove html tags, when i am getting data in variable in wordpress?
I am using strip_tags() function:
strip_tags($variable_name) ;
but code is not working.
I am using strip_tags() function:
strip_tags($variable_name) ;
but code is not working.
Something More