Provider::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.
Source
File: src/Events_Community/Custom_Tables/V1/Migration/Maintenance_Mode/Provider.php
public function filter_migration_in_progress_community_events_message_file_path(): string { return $this->container->make( Maintenance_Mode::class )->filter_migration_in_progress_community_events_message_file_path(); }
Changelog
Version | Description |
---|---|
4.10.0 | Introduced. |