Upgrades legacy form attachments when the admin is initialized.
Description
Source
File: src/db-objects/forms/form-manager.php
private function maybe_upgrade_legacy_form_attachments() { $this->legacy_upgrades->maybe_upgrade_legacy_form_attachment_statuses(); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |