Skip to:
Content
Pages
Categories
Search
Top
Bottom

Activity Drop Down Menu – Change Text/Wording


  • worksofweb
    Participant

    @worksofweb

    Hi,

    I am using the code below to change the wording of a plugin showing up under the buddypress main activity filter bar.

    function add_media_show_filter( $filters, $context ){
    $filters[‘rtmedia_update’] = ‘Uploaded Media’;
    return $filters;
    }

    I would also like to rename the buddypress “updates” activity to something else. How can I do this?

    Thanks in advance for your help!

  • You must be logged in to reply to this topic.
Skip to toolbar