Show Profile option not run
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Show Profile option not run’ is closed to new replies.