This function’s access is marked private. This means it is not intended for use by other plugin or theme developers, only in this plugin itself. It is listed here for completeness.

Form_Manager::maybe_upgrade_legacy_form_attachments()

Upgrades legacy form attachments when the admin is initialized.

Description

TODO: Remove this method in the future.

See also

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

Changelog
Version Description
1.0.0 Introduced.