Quote:
Originally Posted by littleginsu
Hello!
Me again.
I turned debugging on in Wordpress for other reasons--but noticed I am getting this error in reference to the vbSSO plugin:
Notice: Use of undefined constant IS_PROFILE_PAGE - assumed 'IS_PROFILE_PAGE' in /home/blah/public_html/blog/wp-content/plugins/vbsso/vbsso.php on line 61
The code at line 61 is:
if (IS_PROFILE_PAGE) {
add_action('profile_personal_options', 'vbsso_profile_personal_options');
}
Any thoughts?
|
It doesn't impact to the functionality of the plugin. The reason is WordPress defines this constant in case of profile page only and doesn't in other cases. We will put update of the WordPress plugin this month and it will include the required fix.