WordPress critic error
-
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.
- The topic ‘WordPress critic error’ is closed to new replies.