You can try with this:
function remove_media_tabs($strings) {
unset($strings["insertFromUrlTitle"]);
unset($strings["setFeaturedImageTitle"]);
unset($strings["createGalleryTitle"]);
unset($strings["uploadFilesTitle"]);
return $strings;
}
add_filter('media_view_strings','remove_media_tabs');
This will remove ‘Upload file’ and ‘Insert from URL’ links when you open insert media screen, so user will be able only to select images or whatever that is already in media library.
For more things you can do with unset, check in: wp-includes/media.php file.
Related Posts:
- Is it possible to trigger some JavaScript when Media Popup is opened?
- Refresh wp.media after ajax call
- Modify the array of selected images in media modal
- WordPress bug with capabilities?
- Display attachments by the ID of the post being edited in the wp.media frame (frontend)
- How to get the return value of wp.media({ frame: ‘post’ }) in all cases?
- Open Media Uploader Link in single post or page
- WP Capabilities to Add Media, Use Media, But Not Edit Them
- How to add new tab to media upload manager with custom set of images?
- Extend Media Library
- Reject upload of wrong-sized images using the Media Uploader
- How to show all available images in WP’s media library when using the Polylang plugin?
- How to add a custom field to the media screen (image/gallery)?
- Saving Media – Which Hook is Fired?
- upload_async.php returns 500 error
- Which filters or actions to use after a media upload and delete?
- Protecting direct access to PDF and ZIP unless user logged in (without plugin)
- How to restrict images in v3.5 Media Library modal to only those from a specific post id?
- Set a maximum upload count for users on a specific user role
- Multisite, upload images directly to Amazon S3
- wp_editor with media buttons
- Force wordpress to see uploads folder media
- Append button to WordPress Image Details modal
- Disable TinyMCE Drag and Drop
- WP3.5 Media Uploader – how to make it accept multiple images?
- Trying to add filename over image in Media Browser
- Setting wp_temp_dir and permissions not working for “Missing A Temporary Folder” error
- wp_temp_dir does not change the /tmp temporary default directory
- Retrieving JSON data in ajax request from media uploader
- Maximum upload size changes in php.ini ignored – How to remove upload size limit?
- How to disable WordPress Media resize different size version?
- Media library storing files in uploads not folders within in uploads
- How to side load an image from a service
- Media handle sideload not working
- How to overwrite wp_unique_filename logic
- How to change upload directory based on frontend form input name or ID?
- How to host different file formats/types for a media attachment without creating multiple attachments?
- How to delete uploads not in media library?
- Change default from “Attachment post URL” to “File URL” in Add Media
- Why does SVG upload in Media Library fail if the file does not have an XML tag at the beginning?
- media_handle_upload : undefined function?
- Site icons with alpha channel for self-hosted WordPress blog network
- Cannot upload .mp3 file to wordpress media
- Using subdomain to upload media/images etc on 2 different blogs
- WordPress suddenly starts uploading media to an old (backdated) folder
- Why would media_sideload_image() not work locally?
- XML-RPC: How to add media caption to uploaded image?
- Calling WP Gallery Uploader/Selector From Metabox
- Restrict WordPress Media Library for a specific user role (users can only see/select own media)
- Can I change the URL of a video, or upload a video to a specific URL?
- WordPress 4.9.8 Trying to add filename over image in Media Browser
- Convert (-) and (escape) signs to (_) when uploading files on wordpress media library automatically
- Move files from flat upload directory to organised by year / month
- Using wp_enqueue_media() with switch_to_blog() issue
- Can’t manipulate media uploads
- Media library only shows for admin. Doesn’t show editor or below [closed]
- Upload featured image from front end using media-upload.php
- Get File Object from wp.Uploader
- What relationship determines which images appear in ‘uploaded to post’ in edit/add post media dialog
- Custom media uploader not showing library
- What is the way to add additional fields to attachments in 3.5+?
- tb_show not showing a media upload window . custom plugin
- How can I manage and limit disk usage for each author?
- In the media Rest API, what is “missing_image_sizes”?
- Error: The uploaded file exceeds the upload_max_filesize directive in php.ini [duplicate]
- How can I modify the media upload form fields?
- A link (not in the post) to download a specific PDF file
- Migrating media files (documents only) to a fresh install and maintaining the same directory structure
- How does wordpress handle media files?
- upload_max_size doesn’t change
- limit media upload to once a day
- Better solution for managing media attachments with `wp_editor()`?
- Control resizing of uploaded images
- Do custom post type (CPT) attachments/media store the parent post ID?
- How to change Route respond To A specific Path?
- WordPress media has all disappeared on wp-admin but still on the server
- Missing a temporary folder not fixed
- How to remove media by filename?
- media_handle_upload() returns Specified file failed upload test
- WP media upload issues
- Is there some way to find if media items are used anywhere on the site?
- Media uploads error
- Media URL slugs without uploads folder path
- Frontend media shows “An error occurred in the upload. Please try again later.”
- Moving wp-content folder to public_html
- WP_Custom_Media_Control | Give ID to media file
- WP Add Media Button – Can I set the default size to Original/Full Size
- wp.media – media uploader – how to destroy instance of modal?
- Using media-upload.php – requires user to have edit_posts capability?
- Issues with WordPress 3.9.6 media libraries on XAMPP
- Force relative path in media library for LAN deployment
- WordPress Media manager select file button, how to prevent hiding?
- Used Duplicator to transfer a site. Now my media uploads aren’t working
- Insert into post or
- How to split my uploaded media into directories?
- All files unattached in Media Library
- WordPress media upload multiple images
- How to upload an image using media uploader and return the image link to javascript?
- Set featured link not showing
- Image in binary in the data to WordPress media library