just user own attachments should be viewable in adminpanel
-
when user is on the add posts page(in adminpanel) and click on add video/audio icon and popup comes up then i only want that user to see his own added media files but not others.
How can i achive this ? any help please..
I know that these lines(1052 onward) in wordpress/wp-admin/includes/media.php are bringing that data. but how can i customise the query??
if ( is_array($GLOBALS[‘wp_the_query’]->posts) )
foreach ( $GLOBALS[‘wp_the_query’]->posts as $attachment )
$attachments[$attachment->ID] = $attachment;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘just user own attachments should be viewable in adminpanel’ is closed to new replies.