end_sharing_meta_box_content, $post
end_sharing_meta_box_content, $post
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_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.