Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('jnews_dropdown_link',function ($dropdown){
- $dropdown[]=array(
- 'custom_menu_1' => array(
- 'text' => 'Custom Menu 1', // Custom Name
- 'url' => home_url( '/' ), // Custom URL
- ));
- return $dropdown;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement