jetpack_sync_save_add_attachment, $attachment_id, $attachment

jetpack_sync_save_add_attachment, $attachment_id, $attachment

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_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