On the admin side, which I assume is where you want to run this, the get_plugins function will retrieve an array of plugins along with data about each.
function dump_plugins() {
var_dump(get_plugins());
}
add_action('admin_init','dump_plugins');
Obviously, that code is illustrative only. It will make a big mess of your site.
Related Posts:
- Creating a plugin with dependencies
- difference between add_options and register_setting
- Is it possible to stop selected plugins from loading on certain template pages?
- Creating a WordPress admin page without a menu for a plugin
- Common functionality between my own plugins
- Filter Orders in Admin area, based on Custom meta
- What happens when wp_cron is deactivated in WordPress?
- How To Ignore a Filter On Applying Filter the Content In a Function
- Which functions in theme or plugin load first
- Add CSS animation as Preloader to WordPress
- Plugin to restrict login and unpublish content from an author
- How to use wp-ajax in wp-cron
- remove custom taxonomy metabox form custom post type
- How to get list of Scripts in Order of Dependencies
- Is it possible to make shortcodes NOT case sensitive?
- Overriding a function in wordpress
- Woocommerce “out of stock” message [closed]
- How to edit/delete single row items in a table on my own menu page
- WordPress login with Phone Number [closed]
- Disable wp_enqueue_styles action for specific page
- How to correctly detect accessing wp-content/uploads?
- How to create custom embed block in gutenberg wordpress
- Getting RGBA colour from gutenberg colourpicker
- WooCommerce E-Check payment gateway disappeared when site switched to multi-site
- Disable multisite-wide plugins on specific sites
- Facebook plugin shows existing comments
- How to trigger $_GET request within admin plugin page?
- Wp favorite posts get user favorites in profile using buddypress [closed]
- How to configure two SMTP Server for wordpress
- Preferred way of cacheing a value in php
- Override global query results without hooks
- Rotating background images with admin options
- Howto accurately position images with maximum flexibility?
- Using a post-signup hook to get user details
- How to merge two .PO language files?
- wp_remote_get() returns 403 while file_get_contents() does not
- Display Swift Snippets in WordPress
- How to set add question capability for author role in wp pro quiz plugin
- Which widget to use for display category post with view more? [closed]
- AFNetworking incorrectly interpreted WP_Error
- polylang + category/tag custom language link
- How to split test a menu item
- Bulk Image Upload And Rerrange Functionality
- facebook Page Publish 2
- Understanding State in WordPress Multisites
- How do I publish portfolio items with a future date?
- How to activate a plugin on the activation of a theme?
- WordPress stats: OWA plugin overhead in the future
- Custom Login Page — wp_signon Headers Already Sent?
- Plugin that will let me specify a number of image sizes?
- WooCommerce: Force coupon for existing/registered customers [closed]
- How to make a dynamic css class whose name changes every visit to confuse scraper
- Deactivation Hook does not remove database
- Why is my WordPress Plugin page requesting my FTP Login Credentials?
- WordPress Editor completely blank [closed]
- Assign all Post in Wp to a specific Category
- Code not working with post name Permalink Settings Help
- WordPress /users/me endpoint request forbidden
- adding custom code as a wordpress plugin
- Adding a theme option to the admin that lets me turn on/off a javascript file
- Echo out element to another page.
- Cannot add edit themes and add plugins after multisite update
- How To Create A File Archive in WordPress?
- Janrain/Simple Modal under Redirected Domain
- Custom Post Type, Custom Columns List
- WordPress Gutenberg custom block
- Working on a product group in wordpress, where user choose how many children, wife and husband
- override plugin function in a class not working
- JOIN and SUM different statement results (Mailster Database)
- need click to clipboard button on my site
- Adding category base to url in custom post giving 404?
- Custom fields not showing up in the user info (PaidMembershipsPro)
- Classes registration in WordPress useing woocommers
- Problem with checked box on wp car manager plugin
- Performing CRUD operations on front end in wordpress
- issue concerning ob_end_flush functions.php
- Elementor contact form doesn’t work: “Oops! I cannot send this email!”
- Create a link that calls our custom function in WordPress
- Shortcode function not showing up on mobile browser
- On my WordPress 5.4 website, how to remove all feeds? Including Category and Tags
- Update a previous version of plugin when the new plugin is built from the scratch
- plugin: rewrite rules are lost when WP updates
- Woocommerce list variations that are added already to cart in Single Product
- {status}_{post_type} does not run correctly?
- Plugin json page
- Upload profil picture to every member
- Should I Save widget HTML to a file cache?
- Saving custom form fields
- set cookies for my whole site is not working
- Change text “My Basket” in woocommerce artificer theme
- How do I access cPanel features within WordPress?
- Please Check this ‘.htaccess’ File
- Text Wrapping in WPDataTables
- how to show selected options drop down menu values in attributes field in after saving post.php
- Buffered output in chunks and shortcode – how do I achieve that?
- Transfer wordpress comments form on another post [closed]
- Schedule WordPress plugin activation and / or deactivation on a custom date and time, how to do?
- Read page- or post-content across different builder-plugins
- What forum plugin can I use to allow non-registered users to create posts and comment? [closed]
- White Screen of Death on WordPress Website