Advertisement
sunilwu

Untitled

Nov 3rd, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function stb_replace_title($columns)
  2. {
  3. unset ($columns['title']) ;
  4. }
  5. add_filter('manage_stb_testimonials_columns', 'stb_replace_title') ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement