Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function add_custom_script(){
- ?>
- <script>
- jQuery(window).load(function(){
- jQuery('a.external-link').click(function() {
- alert("You're going to a better place.");
- });
- });
- </script>
- <?php
- }
- add_action('wp_head', 'add_custom_script');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement