remove attribute

#146884
Viewing 1 replies (of 1 total)
  • Danial
    Rank Math business

    Hello,

    Thank you for contacting Rank Math, and sorry for any inconvenience caused.

    You can easily disable all the OpenGraph tags on the head section of your pages by adding the following code snippet on your theme’s functions.php file:

     /**
     * Hook to remove og:tags
     */
    add_action( 'rank_math/head', function() {
    	remove_all_actions( 'rank_math/opengraph/facebook' );
    	remove_all_actions( 'rank_math/opengraph/twitter' );
    });

    https://rankmath.com/kb/filters-hooks-api-developer/#remove-opengraph-tags

    I hope this helps you with your issue.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘remove attribute’ is closed to new replies.