Created
December 7, 2014 14:35
-
-
Save leanda/8bb4c27a338a871a9006 to your computer and use it in GitHub Desktop.
Royal Slider Extra Slider code
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 this to your theme functions.php | |
// new_rs_after_js_init_code action is available since v3.1.7. | |
function add_additional_rs_code() { | |
?> | |
// put JS code here | |
<!-- $('.rsGCaption').appendTo('.some-new-container') | |
--> | |
<?php | |
} | |
add_action('new_rs_after_js_init_code', 'add_additional_rs_code'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment