get_current_modal_id()
Contents
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; }
Expand full source code Collapse full source code View on Trac