The get_themes
function passes the available themes to the theme list table class and is hardcoded with a call to asort
the array, with no filters available anywhere along the way that i can see.
So in short, not possible at present due to an absence of hooks(at least as far as my observations go).
Relevant files:
http://core.trac.wordpress.org/browser/tags/3.2.1/wp-admin/includes/theme.php
http://core.trac.wordpress.org/browser/tags/3.2.1/wp-includes/theme.php
http://core.trac.wordpress.org/browser/tags/3.2.1/wp-admin/includes/class-wp-themes-list-table.php
Related Posts:
- Making menu link open in new tab?
- Elementor pro page editing gives error There has been a critical error on this website. Please check your site admin email inbox for instructions
- Tips for using WordPress as a CMS? [closed]
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- Custom Post Type Templates from Plugin Folder?
- to perform the requested action wordpress needs to access your web server. please enter your ftp
- Disable plugin / plugin action via theme
- What Are Security Best Practices for WordPress Plugins and Themes? [closed]
- Hide prices and checkout functionality in woocommerce
- How do I exclude plugins from getting automatically updated?
- I found this in a plugin. What does it do? is it dangerous?
- Where can I sell WordPress themes and plugins? [closed]
- How to check if a theme is active?
- Disable /wp-admin/plugin-install.php
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- how to get path to images in the uploads folder to be used in a plugin
- How to maintain W3C standards compliance of a theme
- How to export comments in WordPress?
- Difference between a theme and a plugin?
- What are the package and subpackage comment for?
- How can I create a bash install script for my WordPress sites setup (WP+plugins+theme)?
- How to eliminate weird 404 errors in wp-admin?
- Shared functionality in plugins and themes
- Experiences with adding Nonces to the comment form
- How to add favicon to my site – in both front end and admin panel
- How to get the active theme’s slug?
- How to stop showing admin notice after close button has been clicked
- Where are plugins located
- Admin menu as submenu from another plugin
- Create theme files for plugin
- How to add plugins to wordpress theme?
- Is There a WordPress Hook to Filter the Edit Posts View?
- Why does WordPress require a ftp server to be running on the webserver to transfer plugins?
- How can I have two different urls for the same page that load two different templates?
- Plugin (or Theme) containing its own Plugins?
- All shortcodes not working on custom theme
- WordPress Admin is displaying Not Available
- How to enable edit button in the theme’s customize UI?
- Disable plugins on cron and ajax page
- Removing an admin page added by a 3rd party plugin. Gravity forms in this example
- Is there any record of installed plugins in the database?
- Add content to /wp-admin/plugin-install.php admin screens
- Need to create a Theme demo site that features multiple themes
- Best way to manage a lot of pages in Wp Admin [closed]
- Plugin: How to make links in admin page open up inside of the admin panel
- Custom admin column disappearing when using Quick Edit [duplicate]
- WordPress admin notice in plugin function
- Is it good practice to remove redundant plugins and themes?
- Ship plugin with a custom theme
- Get URL of a specific file
- Disable author pages for specific users
- Set active theme via URL
- Declare a function before plugin does on the theme functions.php file
- Using tabs for wordpress plugin
- How get list of updates of wp site?
- How to remove/hide action links cluttering under specific plugins’ names
- How to solve a conflict between a plugin and a theme?
- WP Config for FTP credentials
- How do I add to the list table a filter?
- Getting Custom Post Type content from main-site of a Multisite
- How do I make my wordpress page more friendly for mobile viewers?
- Adding Visibility Options
- WordPress error – PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata()
- How can I list only sites that use a particular theme or plugin?
- Plugin Development: WordPress processes twice on post update. How to skip process on the first?
- Which hook callback has priority if both plugin and theme use the same hook?
- disable active plugins for specific theme
- how to not show plugin in admin area
- Check javascript file Proper way in functions.php
- Should I use RIPS tool to test my themes and plugins?
- Make the css of the widget overwrite theme css
- “Are you sure you want to do this?” when deactivating all plugins in WordPress 4.3.1 [closed]
- Themes VS Plugins [duplicate]
- Force wordpress to request for FTP Info on theme/plugin install/update
- Migrating a File from Plugin to Theme and changing its path → instead create a REST endpoint
- How to make a WP admin button/menu similar to Jetpack Notifications?
- A way to sort WordPress themes? [closed]
- Why users disable the WordPress update?
- Can a WordPress plugin or theme contain a virus?
- dequeue not work
- Getting “Fatal error: Call to undefined function wp_cache_get() in option.php” after updating a cache plugin [closed]
- Whats the difference between Page Builder Plugins and Theme Builder Softwares? [closed]
- How to use load_plugin_textdomain from within a theme
- adding a text message beside the comment submit button
- How Restrict access to admin dashboard by specific static ip?
- I can’t upload a new wordpress theme from a zipped file
- Theme and Plugins sharing common libraries
- Workflow and best practice for documentation [closed]
- Is there a quick way to inject i18n domain into theme/plugin files?
- How to avoid redefining requirejs in plugin when another plugin also uses requirejs
- Get list of sites that uses specific plugin or theme
- Override the core function locate_template
- Questions about brute force attacks on the admin username, coming from amazon IP addresses
- Why would WP-CLI and WP Admin show different list of plugins with updates?
- WordPress site migration addvice
- Edits to plugin not taking effect
- Set WordPress Featured Image For All Post Slugs Matching Image File Name in Specified Directory
- How could I execute my plugin just in frontend (not in backend)
- Recommendations for books/resource to get started with wordpress 3 development (plugins/themes) [closed]
- Uncaught Error: Call to undefined function get_user_by() after moving function from theme to plugin