wordpress show only media user has uploaded in wp_editor
问题 I'm creating a wordpress site where the registered user has the ability to create his own post via wp_editor() on the frontend, but just one post. Now I want to restrict the user to be able to only see his uploaded media. I use the following script in the functions.php, which works in the backend. So if a user goes to the media section in the backend he will only see his uploaded media. But if the user goes to "insert media" pop-up on the frontend wp_editor he can still see the uploaded media