示例#1
0
function remove_tags($code, $tags)
{
    return wproUtilities::removeTags($code, $tags);
}