Skip to content

Instantly share code, notes, and snippets.

@eri-trabiccolo
Created April 10, 2015 06:50
Show Gist options
  • Select an option

  • Save eri-trabiccolo/34ca7afb7dfe89b51577 to your computer and use it in GitHub Desktop.

Select an option

Save eri-trabiccolo/34ca7afb7dfe89b51577 to your computer and use it in GitHub Desktop.
Slider wrapper div
add_filter('tc_slider_display', 'my_slider_wrapper');
function my_slider_wrapper( $_slider ){
return '<div id="my-slider-wrapper">' . $_slider . "</div>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment