I am making multiple modifications to the wordpress admin bar , so please help me with any of the foloowing if u can:
1. I made a custom admin bar menu
I want it to link to javascript:act.go_random();
I tried :
'href' => '<script type="text/javascript"> act.go_random();</script>'
'href' => 'javascript:act.go_random(); '
but both didnt work .
2. There is a function login_form()in simple_modal_login.class.php ( a theme file ).
so how can i make my admin bar menu link to this function ? ( in 'href' => "
Please help me if u are able.
Thank you alot.