Maintenance_Mode::inject_progress_modal_js_trigger()

Inject the Admin\Progress_Modal trigger that pops open the modal.

Contents


Source

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

	public function inject_progress_modal_js_trigger() {
		// @todo should this stay here?
		echo $this->progress_modal->get_modal_auto_trigger();
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.