Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Created May 28, 2021 12:22
Show Gist options
  • Select an option

  • Save AertHulsebos/c1853a324c31e53bd1f574186cc5a24f to your computer and use it in GitHub Desktop.

Select an option

Save AertHulsebos/c1853a324c31e53bd1f574186cc5a24f to your computer and use it in GitHub Desktop.
<?php
add_filter( 'cmplz_script_filter', 'my_script_filter' );
function my_script_filter($script){
$script = do_shortcode($script);
return $script;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment