sharing_title, $post->post_title, $post_id, $this->id
sharing_title, $post->post_title, $post_id, $this->id
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('sharing_title, $post->post_title, $post_id, $this->id') is found 1 times:
- /modules/sharedaddy/sharing-sources.php line 163
* @param string $post->post_title Post Title. * @param int $post_id Post ID. * @param int $this->id Sharing ID. */ $title = apply_filters( 'sharing_title', $post->post_title ?? '', $post_id, $this->id ); return html_entity_decode( wp_kses( $title, '' ), ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 ); } /** * Get a comma-separated list of the post's tags to use for sharing.