1 | <?php |
||
14 | class ExitModal |
||
15 | { |
||
16 | /** |
||
17 | * ExitModal constructor. |
||
18 | */ |
||
19 | public function __construct() |
||
24 | |||
25 | |||
26 | /** |
||
27 | * Callback on in_admin_footer that is used to output the exit modal container. |
||
28 | */ |
||
29 | public function modalContainer() |
||
33 | |||
34 | |||
35 | /** |
||
36 | * Callback for `admin_enqueue_scripts` to take care of enqueueing scripts and styles specific to the modal. |
||
37 | */ |
||
38 | public function enqueues() |
||
43 | } |