Guest User

Untitled

a guest
Sep 14th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function aj_post_meta_title_below_left() {
  2.  
  3. return 'hello world';
  4.  
  5. }
  6.  
  7. add_filter('headway_post_meta_title_below_left', 'aj_post_meta_title_below_left');
Add Comment
Please, Sign In to add comment