Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change the number of members per page

Viewing 1 replies (of 1 total)

  • ripulkr
    Participant

    @ripulkr

    You can use this :

    add_filter('bp_before_core_get_users_parse_args',function($args){
    	$args['per_page']=24;
    	return $args;
    });
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar