sharing_permalink, get_permalink( $post_id
sharing_permalink, get_permalink( $post_id
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('sharing_permalink, get_permalink( $post_id') is found 2 times:
- /extensions/blocks/sharing-button/class-sharing-source-block.php line 120
* @param string get_permalink( $post_id ) Post Permalink. * @param int $post_id Post ID. * @param int $this->id Sharing ID. */ return apply_filters( 'sharing_permalink', get_permalink( $post_id ), $post_id, $this->id ); } /** * Get a post's title to use for sharing. * * @param int $post_id Post ID.
- /modules/sharedaddy/sharing-sources.php line 140
* @param string get_permalink( $post_id ) Post Permalink. * @param int $post_id Post ID. * @param int $this->id Sharing ID. */ return apply_filters( 'sharing_permalink', get_permalink( $post_id ), $post_id, $this->id ); } /** * Get a post's title to use for sharing. * * @param int $post_id Post ID.