我使用FaceBook JS SDK检查用户是否有权限登录我的网站。如果用户有权限,我会将其登录到WP站点。
It is possible to check with JS whether the user already logged in or not? 可以检查是否存在wordpress_logged_in_
曲奇,怎么做?
我正在尝试此代码,但不起作用:
if (document.cookie.search(/^wordpress_logged_in_\\w*/) >= 0) {
// Cookei exsist.
alert("Cookie");
}
谢谢你,