sharing_meta_box_show, true, $post
sharing_meta_box_show, true, $post
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('sharing_meta_box_show, true, $post') is found 1 times:
- /modules/sharedaddy/sharedaddy.php line 37
* * @param bool true Display Sharing Meta Box. * @param $post Post. */ if ( ! apply_filters( 'sharing_meta_box_show', true, $post ) ) { return; } $post_types = get_post_types( array( 'public' => true ) ); /** * Filter the Sharing Meta Box title.