Created
February 18, 2020 10:44
-
-
Save plugin-republic/2e17196da4a2616e08db1cea2bdf7020 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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