Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function remove_slide_title(){
- ?>
- <script>
- jQuery(window).load(function(){
- var slidewrap = jQuery('.avia-slide-wrap');
- jQuery(slidewrap).each(function(index, element) {
- jQuery(this).removeAttr('title');
- });
- });
- </script>
- <?php
- }
- add_action('wp_footer', 'remove_slide_title', 10);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement