Untested, but this should do the trick:
function wpse293862_remove_themes_panel() {
global $wp_customize;
$wp_customize->remove_panel( 'themes' );
}
add_action( 'customize_register', 'wpse293862_remove_themes_panel', 11 );
Related Posts:
- Link to specific Customizer section
- When cropping a header image, retain meta data (i.e. name, description, etc.) from original image?
- How to refresh WordPress Customizer panel upon entering a value
- Looking for a way to load a function after customizer preview refresh complete
- Display custom_background outside wp_head()
- How do I change Twenty Nineteen’s primary color without using the color slider in the theme customizer?
- Register theme customizer settings when theme activates [duplicate]
- How to change the themes “Live Preview” url within the Appearance->Themes page?
- Theme Customizer – How to create a sub panel
- How to conditionally display widgetized areas in theme customizer?
- Create more than one section in Theme Customizer
- How do you approach block structured content?
- Own Theme Customizer displays error message when saving, saving still works
- Child Theme not overriding a template section on live site – but is on local site
- Color Options from Theme Customizer API not returning via get_theme_mod()
- wordpress-theme 2017: featured image behaviour: where to set the height of the featured image?
- WordPress customizer extremely slow, cant work in it
- Dynamic image for Jumbotron on WordPress Custom Theme
- Issues with dynamic widget in theme customizer
- Theme customizer hiding sections
- WP Customize API Checkbox change value
- WordPress Customazation API section in section
- Page structure using The Customizer Api
- WordPress Theme redirects to the Index page – Theme customizer problem
- What’s the best way to go from a design to a customized WordPress site?
- Can wordpress theme folder name be changed freely and nothing technically happens
- How to change the language for the front-end only?
- Different template of products for specific category. WooCommerce
- Switching themes without losing widgets?
- How to use media upload on theme option page?
- Multiple image logo for theme
- How do i structure my theme folder to avoid one huge list of files
- Loading template files from a subfolder in my theme?
- Hide Twenty Eleven Theme From Themes Page
- Is it mandatory to have a link to the theme designer?
- Updating custom theme that is built from scratch
- How do I get a parent theme modification from a child theme?
- Exclude stylesheet from admin
- How to tell a theme to use different .mo and .po files?
- Can I apply a WP theme to a specific custom page template?
- How do you remove Link backs on Theme settings page?
- Is it possible to use child theme of child them?
- Disable Sidebar in the Product Page in Storefront Theme [closed]
- How i can get widgets areas working in customizer?
- Renaming the Twenty Fourteen WordPress theme
- Do we have rights to edit the source of the templates which are in wordpress.org?
- How do I tell how popular a theme is?
- Force theme or disallow theme change
- How to put a Worpdpress theme in spanish (having the po file)?
- How to run WordPress from other location on the same domain
- Custom options below pages/posts editor?
- Fatal error with a theme
- WordPress theme options and insert default value for serialize data
- How to change only one javascript function in wordpress child theme?
- Edit footer via customizer
- Woocommerce StoreFront Showing Incorrect Subtotal in Customer Total
- What is the correct way to integrate wordpress with another php application?
- How can you showcase premium themes to clients without having to pre-purchase the theme?
- The Cost of Installing Custom Themes
- Can I create a child theme from a premium theme without losing my posts and page etc that I already have?
- Change copyright text on the footer section [closed]
- unnecessary request call for js and css after calling wp_dequeue_script
- How to display footer menus in wordpress
- WordPress EduPress and businessbite Theme Installation Failed [closed]
- Debugging in WordPress at Theme installation [duplicate]
- understanding theme hierarchy
- Posts as filtered list – expandable
- How to remove current theme customizations
- Create QuickStart Package for WordPress just like in Joomla
- After installing a free theme, my wordpress turns into text mode when accessing remotely
- Jquery Theme Roller to WordPress
- Implementation of language_attributes function
- why is this script not working on my site
- is theme network enabled?
- Pharmacare theme login page / login modal redirection to custom URL
- Setting Multiple Post Containers Across Homepage And Costumize Them
- Changing a parent theme safely
- Trying to create a child theme with plugin
- Own Theme custom CSS does not display in editor but works in page
- Remove Read More Buttons
- Linkedin not returning right info
- how to load rtl.css file before style.css [duplicate]
- CSS/JS is not working in multi lang installation
- Error while downloading WordPress themes
- Theme stops media uploader from working
- Work on theme files on a server & browser preview before installing it
- div having different appearances in different themes
- Satoshi WordPress Theme – Portfolio SetUp Issues
- How to make a website like the ones in theme demos? [closed]
- theme 2016 – customize css – nothing happens
- Can’t upload the theme
- Divi theme including javascript
- Installing themes from an external website [closed]
- Best Practice Jumbotron Image for WordPress ~ Responsive
- How to make a page extend full screen [closed]
- Should you directly edit Template Parts and Templates from themes?
- Remove ALL HTML from single page
- Remove Google Fonts from parent theme within a child theme [closed]
- Help with Divi logo not appearing for 10s
- How to clone a theme template from within WordPress? [closed]