Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function post_type_desc( $views ){
  2. printf('<h4>%s</h4>', __('Your description here.') ); // echo
  3. return $views; // return original input unchanged
  4. }
  5. add_filter("views_edit-POST_TYPE_HERE", 'post_type_desc');
Add Comment
Please, Sign In to add comment