Advertisement
Viper007Bond

Untitled

Apr 6th, 2013
71
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', 'some_function' );
  4.  
  5. function some_function() {
  6.  
  7.     echo 'stuff';
  8.  
  9. }
  10.  
  11.  
  12. get_header();
  13.  
  14. // etc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement