conflict between plugin creating dysfunction

#25977
  • Resolved n0nudesgirls
    Rank Math free

    Hello,

    There is a problem of conflict between the plugin rank math and “wp to twitter” . When rankmath is activate the plugin “wp to twitter” not working normaly.

    Some time ago we had to add this in function.php but now it doesn’t work anymore. I don’t found the solution for resolve the problem . Thank’s for help

    /**
    * 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’ );
    });

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Would you mind sharing more information on what you mean by saying “wp to twitter not working normally”?

    I have checked the page source and the code above is working to remove the OG tags on all your pages as shown below:
    Page source

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

    I confirm this working now. I don’t know what did you have modify but the plugin working normaly . Thank’s you for support

    Hello,

    Thanks for the follow up.

    I am glad that this is now working smoothly 🙂 It is likely that there was some caching on your end that was causing the problem.

    Feel free to contact us should any other issues come up. Thank you.

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

The ticket ‘conflict between plugin creating dysfunction’ is closed to new replies.