start_sharing_meta_box_content, $post

start_sharing_meta_box_content, $post

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('start_sharing_meta_box_content, $post') is found 1 times:

  • /modules/sharedaddy/sharedaddy.php line 76
    	 * @since 2.2.0
    	 *
    	 * @param WP_Post $post The post to share.
    	 */
    	do_action( 'start_sharing_meta_box_content', $post );
    
    	$disabled = get_post_meta( $post->ID, 'sharing_disabled', true ); ?>
    
    	<p>
    		<label for="enable_post_sharing">
    			<input type="checkbox" name="enable_post_sharing" id="enable_post_sharing" value="1" <?php checked( ! $disabled ); ?>>