so php get_meta_tags will retrieve meta tags that have a name field, but sometimes there are meta tags that don't have fields, but use the = "" property instead, and this function does not retrieve it ....
is there a better way to get meta tags, including those that have property = "" ids in php?
source
share