Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
form = new Cpt();
$this->api = new Api();
Hooks::instance()->Init();
\MetForm\Base\Shortcode::instance();
add_action('admin_footer', [$this, 'modal_view']);
}
public function modal_view(){
$screen = get_current_screen();
if($screen->id == 'edit-metform-form' || $screen->id == 'metform_page_mt-form-settings'){
include_once 'views/modal-editor.php';
// Include new modal for add new form
include_once 'views/modal-add-new-form.php';
}
}
}