Profiles

  • Member Since: May 31st, 2018
  • Find me on:
  • Posted a reply to Hide Login Slug on Logout, on the site WordPress.org Forums:
    Sure, I added some lines into the functions.php: function logout_render($wp_admin_bar) { $logoutNode = $wp_admin_bar->get_node('logout'); $newHref…

  • Posted a reply to Hide Login Slug on Logout, on the site WordPress.org Forums:
    I came up with a solution to rewrite the 'href' of the $wp_admin_bar->get_node('logout') through functions.php.…

  • Created a topic, Hide Login Slug on Logout, on the site WordPress.org Forums:
    Hello! My website does not have a registration page, b…