sharing_meta_box_show, true, $post

sharing_meta_box_show, true, $post

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_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.