PressTigers

Using Hooks to Add Links in WordPress Menu

WordPress provides us with many useful hooks (filters) for different actions. To use them, the content of a particular function’s output needs to be modified. This article includes steps that will help you add menu links and display Login/Logout links in the WordPress menu.

To add links by the name of wp_nav_menu function in PressTigers WordPress menu, you would need to use the wp_nav_menu_items hook. Now attach this hook with pt_add_menu_links function.

The following code will first check the menu name. If the menu name matches the desired menu to which you want to add links, it will do so and merge the new links with those that already exist. Let us assume that the menu name is “main menu”:

User Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

    Get in Touch