Advertisement
GochiSiyan

all media user

Jul 8th, 2021
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. add_filter('ajax_query_attachments_args', 'show_all_media', 99);
  2.  
  3. function show_all_media( $query ) {
  4. $query['author']='';
  5. return $query;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement