add this to your function.php: add_filter('wp_nav_menu_items','my_login_func', 10, 2); function my_login_func($nav, $args) { ob_start(); wp_loginout('index.php'); $loginoutlink = ob_get_contents(); ob_end_clean();...
View Questionrezhart
72 Reputation
Answers
This is the shortcode show anonymous i have read this link but its still showing anonymous..
View Question