jetpack_sharing_twitter_via, , $post->ID
jetpack_sharing_twitter_via, , $post->ID
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sharing_twitter_via, , $post->ID') is found 4 times:
- /extensions/blocks/sharing-button/class-sharing-source-block.php line 1051
$twitter_site_tag_value = apply_filters( 'jetpack_twitter_cards_site_tag', '', /** This action is documented in modules/sharedaddy/sharing-sources.php */ array( 'twitter:creator' => apply_filters( 'jetpack_sharing_twitter_via', '', $post->ID ) ) ); /* * Hack to remove the unwanted behavior of adding 'via @jetpack' which * was introduced with the adding of the Twitter cards. * This should be a temporary solution until a better method is setup.
- /extensions/blocks/sharing-button/class-sharing-source-block.php line 1203
$twitter_site_tag_value = apply_filters( 'jetpack_twitter_cards_site_tag', '', /** This action is documented in modules/sharedaddy/sharing-sources.php */ array( 'twitter:creator' => apply_filters( 'jetpack_sharing_twitter_via', '', $post->ID ) ) ); /* * Hack to remove the unwanted behavior of adding 'via @jetpack' which * was introduced with the adding of the Twitter cards. * This should be a temporary solution until a better method is setup.
- /modules/sharedaddy/sharing-sources.php line 1179
$twitter_site_tag_value = apply_filters( 'jetpack_twitter_cards_site_tag', '', /** This action is documented in modules/sharedaddy/sharing-sources.php */ array( 'twitter:creator' => apply_filters( 'jetpack_sharing_twitter_via', '', $post->ID ) ) ); /* * Hack to remove the unwanted behavior of adding 'via @jetpack' which * was introduced with the adding of the Twitter cards. * This should be a temporary solution until a better method is setup.
- /modules/sharedaddy/sharing-sources.php line 1492
$twitter_site_tag_value = apply_filters( 'jetpack_twitter_cards_site_tag', '', /** This action is documented in modules/sharedaddy/sharing-sources.php */ array( 'twitter:creator' => apply_filters( 'jetpack_sharing_twitter_via', '', $post->ID ) ) ); /* * Hack to remove the unwanted behavior of adding 'via @jetpack' which * was introduced with the adding of the Twitter cards. * This should be a temporary solution until a better method is setup.