Skip to content

Instantly share code, notes, and snippets.

@dimsemenov
Last active August 14, 2016 14:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimsemenov/394bac2e45f28d7f8e01 to your computer and use it in GitHub Desktop.
Save dimsemenov/394bac2e45f28d7f8e01 to your computer and use it in GitHub Desktop.
<?php
function add_additional_rs_code() {
?>
$('.royalSlider').each(function() {
$(this).prepend( $(this).find('.rsNav') );
});
<?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