Issue with automatically approve comments
-
Under ‘Social Login -> Settings -> Comment Settings’ there is an option to automatically approve comments made by users that connected with Social Login. I have this setting enabled, and also ‘Settings -> Discussion -> Comment must be manually approved’ is enabled.
The issue is that comments by logged in users seems to be approved automatically even if they have not logged in using social login. I think this has to do with line #109 in /includes/admin.php:
if (get_user_meta ($user_id, ‘oa_social_login_user_token’, true) !== false)This returns an empty string for users that doesn’t have the setting, and approves the comment.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Issue with automatically approve comments’ is closed to new replies.