Hi Li-an
I believe Facebook did something and broke this, and similar plugins.
Please take a look at this thread –> http://ww.wp.xz.cn/support/topic/plugin-not-working-with-wordpress-351
Plugin Author
A.D.
(@dontcare)
Hi Li-An,
did you try including the following line of code in wp-includes/capabilities.php on line 2?
require_once('pluggable.php');
Thread Starter
Li-An
(@li-an)
You mean change the WP core ?
Plugin Author
A.D.
(@dontcare)
Yes, the core. Although I understand that tweaking the core is not recommended, calling the wp_get_current_user() function in the latest builds of WP causes the error message. I am looking for the workaround, however this is the only one I found so far.
Plugin Author
A.D.
(@dontcare)
Ok, I was able to solve the issue without tweaking the core. Version 1.1 should work fine. Any feedback is appreciated.