Issue with Super Socializer
-
Super Socializer login is not working on comment section
In wp-admin,
Users must be registered and logged in to comment
is enable then Super Socializer plugin added social login button oncomment_form_must_log_in_after
if(isset($theChampLoginOptions['enableAtComment']) && $theChampLoginOptions['enableAtComment'] == 1){
global $user_ID;
if(get_option('comment_registration') && intval($user_ID) == 0){
add_action('comment_form_must_log_in_after', 'the_champ_login_button');
}else{
add_action('comment_form_top', 'the_champ_login_button');
}
}
In Comments – wpDiscuz, Comment-form.php I didn’t do_action with
comment_form_must_log_in_after
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Issue with Super Socializer’ is closed to new replies.