an
groups-icon

Adding content after menu using hooks

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    0 points
    Beginner

    I’m trying to put some content after the main menu. Like this:

    (MAIN MENU About us | Pricing | Contact ) (My Custom Content)

    I was reading the docs about hooks and filters but there are not actual examples of how to use them (or at least not understandable for begginners), so I tryed to use

    add_action(‘hook_menu_after’,’my_custom_function’);

    add_action(‘premiumpress_menu_after’,’my_custom_function’);

    or

    function hook_menu($c){ return apply_filters(‘hook_menu’, $c, my_custom_function ); }

    But it’s not working.

    Anyone could help please?

    May 27, 2014 at 7:41 pm
  • Mark Eting
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 27, 2014 at 8:29 pm
  • 0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 27, 2014 at 9:01 pm

416

Views

2

Replies