Skip to:
Content
Pages
Categories
Search
Top
Bottom

Admin Bar Logo Code does not work


  • 4806523
    Inactive

    <?php

    function my_admin_bar_logo($content){

    return “<your admin bar logo path>”;

    }

    add_filter(‘bp_admin_bar_logo_src’, ‘my_admin_bar_logo’);

    function my_admin_bar_alt_text($content){

    return “< your admin bar alt text>”;

    }

    add_filter(‘bp_admin_bar_alt_text’, ‘my_admin_bar_alt_text’);

    ?>

    Again this may be a redundant question but I have spent hours trying to search for a solution.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin Bar Logo Code does not work’ is closed to new replies.
Skip to toolbar