Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
settings = Settings::getInstance();
if (!$this->settings->disableAjaxFallback) {
add_action('wp_ajax_ag_check', [$this, 'check']);
add_action('wp_ajax_nopriv_ag_check', [$this, 'check']);
}
});
}
public function check()
{
wp_send_json((new Submit($_POST, $this->settings))->validate());
wp_die();
}
}