Starts a PHP session if the current request is any frontend form request.
File: src/db-objects/forms/form-manager.php
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_meta()
Upgrades legacy form meta when a form is accessed in the admin.
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.
Form_Manager::setup_hooks()
Sets up all action and filter hooks for the service.
Form_Manager::delete_from_db()
Internal method to delete a form from the database.
Form_Manager::fetch_from_db()
Internal method to fetch a form from the database.
Form_Manager::map_args()
Maps form arguments to regular post arguments.
Form_Manager::maybe_delete_form_subcomponents()
Deletes sub-components of a form that is about to be deleted.
Form_Manager::register_settings()
Registers settings for the REST API.
Form_Manager::__construct()
Constructor.