Skip to content

Instantly share code, notes, and snippets.

@codehaiku
Created September 12, 2019 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codehaiku/a5ad7cc78a78d6530869362a90188cce to your computer and use it in GitHub Desktop.
Save codehaiku/a5ad7cc78a78d6530869362a90188cce to your computer and use it in GitHub Desktop.
add_filter( 'bp_nouveau_get_groups_filters', function( $filters, $context ){
return array_reverse( $filters, true );
},10,2);
@stephitw
Copy link

Hi, I´ve found your code and I add it to functions.php but it doesn´t work. Do you have any idea what should I do?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment