yoneth

wp_test_04

Apr 12th, 2017
69
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. add_filter('the_content', 'hello_world');
  3. function hello_world($content){
  4.     return $content . "<h1> Hello World </h1>";
  5. }
Add Comment
Please, Sign In to add comment