Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created January 6, 2013 04:33
Show Gist options
  • Save tomharrigan/4465217 to your computer and use it in GitHub Desktop.
Save tomharrigan/4465217 to your computer and use it in GitHub Desktop.
Add WooSlider to woo_header_inside
add_action( 'woo_header_inside', 'woo_add_wooslider' );
function woo_add_wooslider () {
// WooSlider code here
wooslider();
} // End woo_add_wooslider()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment