Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13


%s

', esc_html__('Age Gate could not load its dependencies. Please check your installation.', 'age-gate')); }); return; } require_once($autoload); require_once(AGE_GATE_PATH . 'src/Bootstrap.php'); function age_gate_activate($networkwide) { if (is_multisite() && $networkwide) { foreach (get_sites() as $site) { switch_to_blog($site->blog_id); \AgeGate\Update\Activate::activate(); restore_current_blog(); } } else { \AgeGate\Update\Activate::activate(); } } function age_gate_deactivate() { \AgeGate\Update\Deactivate::deactivate(); } function age_gate_uninstall() { \AgeGate\Update\Uninstall::uninstall(); } register_activation_hook(__FILE__, 'age_gate_activate'); register_deactivation_hook(__FILE__, 'age_gate_deactivate'); register_uninstall_hook(__FILE__, 'age_gate_uninstall');