How to hide Author Meta Tag completely

#798120
  • Resolved Anonymous
    Rank Math free

    Hi Rankmath Team,

    I’m trying to hide the author tag completely when doing shares, e.g. on Discord.
    I found this old ticket: https://support.rankmath.com/ticket/hide-author-name-time-to-read-while-sharing-the-link-of-pages/

    I’ve disabled the Slack-enhanced options everywhere (all post types). Furthermore, I’ve added the below .PHP snippet. I’m assuming the snippet will only work for Facebook and Twitter?

    How do I completely hide the author tag from ALL pages on ALL types of shares?

    Thanks!

    add_filter('rank_math/opengraph/facebook/og_author', function ($author) {
    return '';
    });
    add_filter('rank_math/opengraph/twitter/twitter_creator', function ($creator) {
    return '';
    });

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this ticket.