[wp-hackers] register_post_type

QI.VOLMAR QI qi.volmar at gmail.com
Thu Feb 9 05:02:49 UTC 2012


how I can filter the register_post_type results by post_author?


 like this:
   if(curent_user_can('author')){
         add_filter or samething like a callback function that aggregate
   a WHERE post_author=n
   }


More information about the wp-hackers mailing list