jetpack_sync_save_add_attachment, $attachment_id, $attachment
jetpack_sync_save_add_attachment, $attachment_id, $attachment
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_sync_save_add_attachment, $attachment_id, $attachment') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php line 62
* * @param int Attachment ID. * @param \WP_Post Attachment post object. */ do_action( 'jetpack_sync_save_add_attachment', $attachment_id, $attachment ); } /** * Handle updating an existing attachment. * * @access public