Hello you can query your database.
e.g.
SELECT * FROM wp1_options
WHERE option_name=”active_plugins”
wp_1 your First Database in the network, then you can see the active Plugins in these site!
Related Posts:
- How do I show data from gravity forms in my template? [closed]
- Delete tables from database when deleting plugin
- How to delete all records from or empty a custom database table?
- WordPress sharding: which multi-DB plugin to use?
- How to make sense of the active_plugins option_value to enable and disable certain plugins from the database?
- Simple form that saves to database
- Plugins or Tutorials for displaying data from SQL-db on WP-page? [closed]
- Using Vagrant for customizable WordPress Multi-sites [closed]
- Updating WordPress – the best approach (updating wp core, plugins and db)
- How do I check what plugins are enabled via the database?
- Can I explicitly specify ENGINE=InnoDB in WordPress?
- How can a Firebase user registration and login be integrated into a WordPress site?
- Bad Request (Invalid Hostname) on working server, database problem
- Plugin Not Working, But Only On GoDaddy Hosted site
- Custom database or Custom Post Types?
- How to update widget_text in the wp_options table
- Get the last post ID
- How to count number of records found in a database table?
- prefix table and plugins
- how to show database content in wordpress post
- What is the easiest way to implement cascading database upgrade for my plugin?
- clean wp_options table unused rows
- Storing Email Account Passwords for SMTP Mailing for a WordPress Plugin
- Remove obsolete plugins artifacts from database tables
- If I delete plugins via FTP are settings kept in DB?
- How to write one comment and publish on every post using database or plugin?
- Make id column as AUTO INCREMENT on plugin activation
- What kind of data is that?
- Cannot login to ADMIN even after changing password in phpmyadmin
- Embed a Google Sheet as you view it in a separate tab?
- Building an email signup form. Where should the information be saved in the DB?
- Where does WordPress store plugin (enabled/disabled) status for multisite?
- How to access data in wordpress database externally using php
- custom user tables supported in SharDB plugin?
- DROP TABLE with uninstall hook not working
- How to check if tables in WordPress still exists after activations
- how to oauth1 Wp plug-in revoke/reset.?
- Prevent duplicate records in plugin table
- Automatic switch to backup database on fail
- WordPress Integration with Google Groups
- Create a table with wordpress plugin boilerplate
- wp_editor content in plugin options page
- WordPress and a secondary database?
- Why this function not working for install database on plugin activation
- Is it necessary to auto delete my WP plugin database tables when users deactivate/delete my plugin?
- How do i edit the plugin files in DataBase via phpMyAdmin?
- WordPress as a data-store?
- How to insert and call new data in wordpress website database through a plugin
- WPDB: Update table
- Issue running db create table query from static method
- Problem of encoding characters (apostrophes) in my posts publications
- Separate database for a wordpress plugin
- Is there a rule for wordpress plugins developers to not do any database changes upon update?
- How to keep variable `$post` to using in another file
- Making my plugin create a page?
- Add some fileds to the wp_posts table
- Always get creating a new table with foreign key
- How to do database for download stats?
- What is the WordPress approach to custom data?
- How retreive saved data from gravity forms in my template?
- External wpdb connections in different plugins on single page
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- WordPress plugin boilerplate table create
- How to relate 3 wordpress components with each other (Create database relationships)
- Creating a search form and displaying results
- How can I store data from custom fields to custom tables?
- How to access the WordPress DB from a plugin file
- Integrating Custom Database with WordPress
- How to display results from a data table with an encrypted user id?
- How to add a custom form to a plugin’s setting page
- update_option creates an option, which empties on a blog reload
- add_action for publish_post doesn’t work
- Bulk Edit Media Library alt, caption, image names
- Cant create table on plugin activation
- Optimise wordpress database using SQL after deleting registered images from Media Folder
- How to implement data residency in my WordPress site
- Moving a few select DB tables to a new WP instance
- How wordpress handle urls present in db for external wp-content directory
- Using Filters to modify contect – DB query results alwats appear fist
- Enable plugins that are “not supported”
- Many to many relationship for variable products
- Is it a good practice to use wordpress database to store pages contents which loading to page dynamically?
- Where do the section input fields values are stored in database
- My plugin can’t see my files
- User content database [closed]
- Show a table from data submitted by a form from a user
- How to save information related to post in database?
- RSS Feed has no Items (Possible Plugins Conflict)
- A plugin is giving me “You do not have sufficient permissions to access this page.” error
- wpdb get_var is not returning any result (verified mysql query returns only one value)
- Managing database tables in WordPress multisite
- Creating fields in the database
- Allow users to enter and edit data in one-to-many configuration
- Updating WordPress [closed]
- User register hook can’t access form request
- get_option returning a different value from what’s saved
- Fragmented Static Conversion of WordPress Pages
- Does anyone recognize these table names?
- Edit a page/post DB data?
- plugin doesn’t retrieve data from database