The list of active plugins is provided by wp_get_active_and_valid_plugins() during core load and comes from active_plugins option (multisite details aside).
While there is no explicit filter for it as any option it can be filtered via 'option_' . $option hook (so option_active_plugins) and mu-plugin (which are being loaded earlier) should be able to do it.
Note that it is more common and better practice to control what plugin does (such as thing it hooks) rather than if it loads completely.
Related Posts:
- Implementing a CrunchBase.com Clone using WordPress?
- How to share category taxonomy with custom post type (The Event Calendar plugin)
- Are drop-in plugins a product of design
- Use a plugin to handle custom post types?
- Getting a custom Gutenberg component’s state from outside that component
- Override plugin localization
- How wordpress detects a plugin update
- Right approach for plugin output styling/template
- When do I need to use esc_attr when using WordPress internal functions
- Absolute Path (ABSPATH) in WordPress is not working
- flush_rewrite_rules not working on plugin deactivation, invalid URLs not showing 404
- Create Proper WordPress Ajax Request in JavaScript, NOT jQuery
- How to select featured images for 1500 posts?
- Use touch_time() on front-end form via plugin
- Store post in raw markdown format, no html?
- Add jQuery to WordPress page
- Strip HTML comments from plugins in header/footer
- How to get the permalink of a page when loading my plugin
- How to expire all wordpress user passwords instantly?
- WordPress and WebRTC?
- Hardcode a Plugin into theme
- Should you escape hardcoded URLs?
- Error in the wp-config.php file: PHP Fatal error: Uncaught Error: Unknown named parameter (PHP 8.0)
- How create a role with admin capability less 1 or 2?
- Ajax gives 400 error
- Remove rewrite rules generated by plugin during deactivation
- How to show Recent Page instead of Post?
- How do I pass a post ID to the page URL?
- Allow HTML in Excerpts in Elementor
- Problem In Advance search Plugin [closed]
- Calculate price and display on woocommerce product single page under price (simple price, variable price) [closed]
- Classified ad website : which solutions to use? [closed]
- wp_redirect() Error in Custom Plugin
- Front end inline editing?
- WordPress plugin updates / set file as immutable to prevent certain files from changing?
- AJAX search as you type? [duplicate]
- Custom setup of wordpress comments that are displayed
- Overriding post’s font-family
- How to keep variable `$post` to using in another file
- Why am I unable to load scripts in head in plugin?
- Best portfolio/gallery/carousel slideshow plugin with thickbox? [closed]
- Add SideBar/Widgets Just Below the Post
- WordPress Custom Pages that work with Plugins?
- How to use the CSS of the WordPress core in the development of my administration page?
- how to make dynamic subdomain for each user registering?
- Call Ajax URL in Plugin
- using add_action without having custom plugin or theme
- Am I allowed to enqueue scripts like this to control what pages they are on?
- Is there existing plugins to “Click-to-Launch” embedded Flash / SWF content?
- Using Microsift Word/Outlook for content publishing to WordPress
- How can I add user profile fields to my mailpress mailout
- How can I create a page as a draft from my plugin?
- Engadget Like most commented plugins
- Website Captcha Error: The reCAPTCHA wasn’t entered correctly
- How do I send the contents of a form to deliver to the already existing custom field in the wordpress theme
- How to get custom minimum price in Woocommerce
- WordPress Multisite Profile Picture Sync Error with Nextend Social Login Plugin
- WordPress plugins – “Update” in backend vs replacing all files with never version
- How to hide featured images of all posts falling under the same category in wordpress?
- How can I change a translation for a string in a plugin?
- New posts are not showing up on my front page
- Multisite – Cloning CPT pages + content (including ACF Flexible Content) from site to site
- Can’t Edit Row Layout on SiteOrigin Plugin
- Applying module CSS to page
- How can I recreate my HTML page with custom grid layout (blocks spanning rows and columns) in WordPress?
- Cannot view Custom Post Type no matter what I try
- Nested Actions and Filters
- WordPress products authentication
- Saving data only when payment is successful
- Creating a plugin to show a pop-up banner on every page
- How to use information from the database in the front-end?
- Plugin doesn’t update it’s version and code on WordPress.org
- Get value from an input field and pass into update_meta_data as $meta_value
- Passing variable from template file to the plugin file
- Method for creating many-to-one Relationships between custom posts and a single user?
- How can I add a custom checkbox / radio button on the admin theme options to display a CSS or other?
- How to delete posts older than one year with post meta, post attachments and files?
- Resetting AUTO_INCREMENT primary key
- Hide some shortcodes on posts from back-end
- Show a table from data submitted by a form from a user
- custom template only for content
- I keep getting fake users registrations
- Trouble implementing python on WordPress
- WordPress Search return wrong results
- WordPress audio player add class randomly using Audio Album plugin
- Adding google authenticator and use only email address of user
- WordPress how to create grouping like category
- How to add multiple versions of the same featured image for SEO reasons?
- How can I process all requests for a given directory in a URL with my plugin?
- E-commerce-like solution [closed]
- Rewrite rule help for gallery plugin
- Run WP inside a other Site without using frames
- Check if MemberPress exists before add_action call
- Adding a google map to a metabox, map has inline style height=0
- getting image alt text via ACF plugin in WordPress [closed]
- What is wrong with this dbDelta syntax?
- How to show more than 10 order on woo commerce order view [closed]
- Am I allowed to resell WordPress Premium Plugins under GPL? [closed]
- How is this sliding/scrolling navigation made?
- Current location plugin [closed]