WordPress and buddypress programming

extra links to BuddyPress user group menu (simple 4 lines of code )

Viewing 0 reply threads
  • Author
    Posts
    • #2737
      Michael Mc
      Keymaster
      @mkmcst
      add_action( 'bp_group_options_nav', 'buddydev_add_group_extra_custom_links'  );
      function buddydev_add_group_extra_custom_links() {
          ?>
          <li><a href="http://google.com">Google</a></li>
          <li><a href="http://facebook.com">Facebook </a></li>
      <?php 
      }
Viewing 0 reply threads
  • You must be logged in to reply to this topic.