I think the reason is echo
vs return
:
The function posts_logout_link
from
http://plugins.svn.wordpress.org/logout-password-protected-posts/trunk/logout.php
is using echo.
Your code is therefore both returning and echoing values.
ps: You could consider using output buffering to fix this
ob_start();
do_action('posts_logout_link');
$logout_link=ob_get_clean();
return $menu . '<li>' . $logout_link . '</li>';
or modify the plugin code functions to your needs and place them into your functions.php file.
Related Posts:
- Add a logout menu link [duplicate]
- add the user name to menu when user is logged in [closed]
- wp_nav_menu log in/out link?
- Use wp_logout_url() in menu creation page
- How to Show Different Menus to Logged in Users in WordPress [duplicate]
- login logout menu changes in wordpress [closed]
- WordPress Login/Logout Single Menu Only
- How to add Loginout to Sub-menu
- How to make Logout Link consistently appear on all web pages?
- To Add Logout Button in Menu [duplicate]
- Is there an easy way to replace a custom menu link with a page or post?
- Why do Custom Nav Menus generate so many classes on list items? Can I manage this somehow?
- Custom search filter causes menu and query_posts problems
- Using nonce in menu item
- How show sub menu only using wp_nav_menu()
- Custom Nav Walker menu – Display children count
- How to add menu to Dashboard that can be viewed by all users
- List children of second level sub page
- Show top-level parent with submenu menu walker
- Add section to custom menu panel
- How to display custom post meta in the appearance->menus page
- wp_nav_menu custom walker – child items
- Adding menu items dynamically using wp_nav_menu_objects
- BuddyPress – How to add logout in nav menu
- Highlight the “Home” / “Blog” button while on main page
- Where do custom menus get constructed?
- How to remove div container in custom menu?
- how to add Custom menu item like User name in Header Menu only
- How can I access the menu ID of an element in a WordPress Nav_Walker
- How to translate menu items?
- echo same menu items across multi-site platform
- Custom Menu url is Empty
- Show Home Link In wp_nav_menu but only on primary menu
- Add active class to top-level menu items when viewing single for that post type
- How to use buttons elements for tgetWordPress menu items?
- automatically append menu parent as first item in submenu with nav_walker
- Add active class to ul container menu
- Change hyphen/dash for vertical line in menu [closed]
- Help with walker for nav
- API for wp menu hacks
- wp_list_pages sort order by custom nav menu order
- Rename menu items for All except super admin
- Displaying Nav Menu
- Adding toggle-able element after menu item
- WP admin style not refreshing
- Tageting a specific menu link with nav_menu_css_class
- How to test if a specific page is the front page?
- Style wp_link_pages as a select drop down list
- Menu deletes all items and position – wordpress bug?
- Mobile navigation is shown, but standard navigation does not disappear
- Plugins & Setting Menu Items Removed From Admin Panel
- Responsive menu on genesis theme [closed]
- Question about Menus on WordPress
- Controlling sub-menu within sub-menu
- Main menu navigation links and new pages
- Bootstrap menu – make menu entries with submenu not clickable
- How are methods of class Walker_Nav_Menu invoked?
- Duplicate menu items when auto generating menu from product categories
- Using menus to link to sections on the home page
- Multisite: menus can’t be added in child sites
- How to change the navigation menu
- Swap out a page that is a parent to a many many pages
- Menu links URL with PHP GET method
- Is it possible to remove the highlighted menu on Users and highlight a different menu?
- Adding widget to sidebar which contains current page’s submenu
- Modifying Woocommerce menu based on tags and categories
- How To add this tag before drop-down ul. in wordpress
- Unable to get Navigation Menu to display in the desired location
- WordPress theme editor not showing
- How to switch menu location in this header.php?
- Why does WordPress convert absolute URLs to relative URLs for menu items?
- Extending Walker_Nav_Menu in wp_nav_menu List of Empty Items
- Jump to section on another page from menu item
- Enable identical menu on network sites
- Users are required to login to my site. How define user.member boolean, its permissions, and conditionally display/handle behavior based on it
- Adding a menu item to the main menu
- wp_is_mobile() inside js
- Adding two same css class on menu item
- How to select single category in menu if post have two categories?
- menu is only pulling in one item
- Any reason why widgets/menus get emptied when I updated custom theme code?
- Add items to a menu
- How to get current menu item “CSS Classes” value?
- How to change page location in WordPress
- Use menu structure for permalinks
- Add tooltips with image in WordPress Menu?
- How to make a drop down menu with categories
- how to keep theme background image, menu or site header image while moving site in sub directory?
- Unable to edit Navigation bar
- Editor user only allow to post on certain categories
- Menu Underline shows without Hover after adding subitems
- Add class to current category menu item
- WordPress wp get nav menu items does not deliver external link
- How to create a custom WordPress navigation menu?
- Should I custom code drop down menus or use a wordpress plugin?
- How to load css file in my menu in wordpress
- Site pages show the page title under navigation bar
- Navigation menu, remove item from desktop
- Jquery dropdown menus working locally, but not in WordPress [duplicate]
- Wrapping my ‘s with