function hook_javascript() { ?> <script> alert('Page is loading...'); </script> <?php } add_action('wp_head', 'hook_javascript');