Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created May 14, 2024 10:21
Show Gist options
  • Save plugin-republic/b37d2f004affc06294a46f4983230857 to your computer and use it in GitHub Desktop.
Save plugin-republic/b37d2f004affc06294a46f4983230857 to your computer and use it in GitHub Desktop.
<?php
function demo_close_accordion() {
return 'yes';
}
add_filter( 'pewc_close_accordion', 'demo_close_accordion' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment