Skip to:
Content
Pages
Categories
Search
Top
Bottom

where to locate the definition of the fuction ‘bp_before_members_loop’

  • @hector100

    Member

    pls am using buddypress and i have seen severally where the function ‘bp_before_members_loop’ is called eg in members-loop.php but i cannot find where it is defined. can anyone help me point out the file so i can add some custom code there. thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • @chouf1

    Participant

    @hector100

    Member

    thanks chouf1 I know it is in members-loop.php. what i find there is the do method like . the question is where is the method defined? I expect to see something like function bp_before_members_loop() {
    dosomething;
    }
    waiting anxiously thanks

    @megainfo

    Participant

    Use dnGREP,it is useful to find String in list of files or folder,sub folders….

    @boonebgorges

    Keymaster

    bp_before_members_loop is not a function, it is a WP action hook. Plugins and themes can use this hook to add functionality to your members page. Read the first limo provided by chouf1 to learn more, or google “WordPress hooks”.

    Also, as megainfo suggests, it’s a good idea to learn a little about grep, which will help a lot in these instances.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘where to locate the definition of the fuction ‘bp_before_members_loop’’ is closed to new replies.
Skip to toolbar