Skip to:
Content
Pages
Categories
Search
Top
Bottom

how to remove wp embed footer in activity share

Viewing 1 replies (of 1 total)

  • r-a-y
    Keymaster

    @r-a-y

    If the WordPress post is from your own site, you can disable the embed footer by adding the following to your theme’s functions.php:

    remove_action( 'embed_footer', 'print_embed_sharing_dialog' );

    If the WordPress post is not from your own site, you cannot control the footer output for that item.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar