hello again,
you should edit wp-simple-anchors-links.php file line 29 :
from:
if ( !session_id() ){ session_start(); } // Start session just in case
to
if ( !session_id() ){ session_start(); session_write_close(); } // Start session just in case
-
This reply was modified 4 years, 1 month ago by pal2020.
-
This reply was modified 4 years, 1 month ago by pal2020.