Add following on your plugin or themes functions.php file. function wpse16119876_init_session() { if ( ! session_id() ) { session_start(); } ...
確定! 回上一頁