wpmudev ultimate-facebook under registration

This topic contains 2 replies, has 2 voices, and was last updated by  valdice14 6 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #396448

    valdice14
    Free User
    Post count: 36

    Hi there i’ve installed in my wp plugin reading following topic: https://wpgeodirectory.com/support/topic/adding-facebook-signuplogin-plugin/

    I try the stiofan fix

    add_action( 'social_connect_form' , 'wsl_render_auth_widget_in_wp_login_form' );

    to add button on register form also but on my register box instead of the button i got:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wsl_render_auth_widget_in_wp_login_form' not found or invalid function name in /home/content/79/9084479/html/findercoach.com/wp-includes/class-wp-hook.php on line 298

    any help to fix that?
    thanks in advance
    Valdo

    #396503

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    wsl_render_auth_widget_in_wp_login_form is not a function of the plugin you are using. That snippet will works only if you use this:

    https://wordpress.org/plugins/wordpress-social-login/

    If you want to use the wpmudev plugin you’ll need to ask if they have a php snippet to render it.

    Thank you,

    #396593

    valdice14
    Free User
    Post count: 36

    All work great! thanks so mutch!

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket