Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php function add_tabindex() { ?>
- <script>
- $(function() {
- $('.rank-math-question').attr('tabindex', '0');
- });
- </script>
- <?php }
- add_tabindex(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement