• Hello,
    /functions/imc-core-functions.php brings a WordPress issue. REST API no more works.

    function imc_start_session() {
    	$status = session_status();
    	if ( PHP_SESSION_NONE === $status ) {
    		session_start(); //here is the problem
    	}
    }

    Can you please work around this problem, please?
    Thank you.

    • This topic was modified 3 years, 1 month ago by jmruas.
  • The topic ‘WordPress critic error’ is closed to new replies.