Advertisement
andri333

Untitled

Sep 4th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. function wpmu_source_code_comment (){
  3.  
  4. echo "<!-- My commnent -->";
  5. }
  6.  
  7. add_action('wp_head', 'wpmu_source_code_comment',0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement