get_current_modal_id()


Description Description


Source Source

File: includes/importer/easy-modal-v2/model/modal.php

	function get_current_modal_id() {
		global $current_modal;

		return $current_modal ? $current_modal->id : null;
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.