Viper007Bond

Untitled

Nov 29th, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. add_action( 'wp_head', 'drsk_output_inline_js' );
  4.  
  5. function drsk_output_inline_js() {
  6.     echo '<script>jq</script>';
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment