Created
January 6, 2013 04:33
-
-
Save tomharrigan/4465217 to your computer and use it in GitHub Desktop.
Add WooSlider to woo_header_inside
This file contains 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
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