WordPress and buddypress programming

extra links to BuddyPress user profile menu

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