Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created February 18, 2020 10:44
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 plugin-republic/2e17196da4a2616e08db1cea2bdf7020 to your computer and use it in GitHub Desktop.
Save plugin-republic/2e17196da4a2616e08db1cea2bdf7020 to your computer and use it in GitHub Desktop.
<?php
function prefix_group_display( $display ) {
return 'accordion';
}
add_filter( 'pewc_group_display', 'prefix_group_display' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment