Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Create Shortcode for Main Menu */
- function main_menu_shortcode() {
- ?>
- <div class="jeg_nav_item jeg_main_menu_wrapper">
- <?php
- jnews_menu()->main_navigation();
- do_action('jnews_main_menu');
- ?>
- </div>
- <?php
- }
- add_shortcode( 'main_menu', 'main_menu_shortcode' ); /* Shortcode Name, Functions Name || Use [main_menu] */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement