Maintenance_Mode::filter_migration_in_progress_community_events_message_file_path()

Returns the absolute file path to the community events form in-progress message.


Return

(string) The absolute file path to the community events form in-progress message.


Top ↑

Source

File: src/Events_Community/Custom_Tables/V1/Migration/Maintenance_Mode/Maintenance_Mode.php

	public function filter_migration_in_progress_community_events_message_file_path(): string {
		return TEC_EC_CUSTOM_TABLES_V1_ROOT . '/admin-views/migration/maintenance-mode/community-events-form.php';
	}

Top ↑

Changelog

Changelog
Version Description
4.10.0 Introduced.