• Hi:

    in functions.php i have:

    add_action (‘the_action_hook’, ‘my_custom_header_content’);

    function my_custom_header_content () {

    $ajaxArgs = array(
    ‘profile_link’ => true,
    ‘template’ => ‘modal’,
    ‘registration’ => false,
    ‘remember’ => true
    );

    login_with_ajax($ajaxArgs);

    Later, in header php i call this hook

    But profile link never isnt shown (true or false is the same)

    and other question, is possible show here the username as the widtget? how?

    Thxs

    Regards

    https://www.ads-software.com/plugins/login-with-ajax/

Viewing 1 replies (of 1 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    profile link seems to be showing on our test site? also, what do you mean by “possible show here the username as the widget” ?

Viewing 1 replies (of 1 total)
  • The topic ‘Show Profile option not run’ is closed to new replies.