• Resolved thejazzpiper

    (@thejazzpiper)


    Hi,

    I have been pulling my hair on how to remove Jetpack Social Sharing buttons from AMP pages, I thought the WordPress official AMP plugins has amp_jetpack_disable_sharing function, but it doesnt seems to work. My code below. Any pointer guys?

    add_action( ‘init’, ‘remove_sharedaddy_amp’ );
    add_action( ‘init’, ‘amp_jetpack_disable_sharing’ );

    function remove_sharedaddy_amp() {
    remove_filter( ‘post_amp_content’, ‘sharing_display’, 19 );
    }

Viewing 1 replies (of 1 total)
  • Anonymous User 3392934

    (@anonymized-3392934)

    Thank you for reaching out to us about this, @thejazzpiper

    Any code customizations/snippets we provide are as-is; we’re not able to provide additional support on our forums.

    Sorry about that! Please let us know if there’s something else we can help with. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Jetpack Social Sharing Buttons from AMP pages’ is closed to new replies.