end_sharing_meta_box_content, $post

end_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('end_sharing_meta_box_content, $post') is found 1 times:

  • /modules/sharedaddy/sharedaddy.php line 98
    	 * @since 2.2.0
    	 *
    	 * @param WP_Post $post The post to share.
    	 */
    	do_action( 'end_sharing_meta_box_content', $post );
    }
    
    /**
     * Save new sharing status in post meta in the meta box.
     *
     * @param int $post_id Post ID.