Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('jnews_dropdown_link', 'jeg_nav_account_menu');
- function jeg_nav_account_menu($dropdown){
- $dropdown['new_menu'] = array(
- 'text' => 'New Menu',
- 'url' => 'http://jnews.io'
- );
- return $dropdown;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement