Someone recommended the strip_tags function a couple of days ago which worked great for stripping some a tags from a list of categories, but not I want to use it to strip the p tags from strip_tags() and can't find any docs on how to use it.
Someone recommended the strip_tags function a couple of days ago which worked great for stripping some a tags from a list of categories, but not I want to use it to strip the p tags from strip_tags() and can't find any docs on how to use it.
strip_tags is a PHP function (docs at php.net) and not exclusively a WordPress function.
This topic has been closed to new replies.