How to disable author URL (article:author)?


Use “og_article_author_value” filter, to return empty value for
“article:author” key:

add_filter( 'og_article_author_value', '__return_empty_string' );