Skip to content

Instantly share code, notes, and snippets.

@leanda
Created December 7, 2014 14:35
Show Gist options
  • Save leanda/8bb4c27a338a871a9006 to your computer and use it in GitHub Desktop.
Save leanda/8bb4c27a338a871a9006 to your computer and use it in GitHub Desktop.
Royal Slider Extra Slider code
// 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