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:
- Changing the “Plugin Activated” Message Default
- Is there a StackExchange-like voting plugin for WordPress? [closed]
- How can I prevent a plugin from updating unless it’s minimum PHP version is met?
- wp_enqueue_scripts not working in custom theme
- What characters are allowed as a shortcode tag and how should they be sanitized?
- How Do I Use The WordPress Plugin Posts 2 Posts by Scribu?
- Notify Admins about Plugin Merge
- Additional, optional fee on Woocommerce Checkout [closed]
- Why does including a file in theme’s functions.php not work?
- While using WordPress Multisite is it possible to display data to main site from subsites?
- OEmbed from Pinterest
- disable active plugins for specific theme
- Make the css of the widget overwrite theme css
- Creating an Exit Confirmation Popup
- How to prevent action in ajax request, when in admin side?
- Can I delete plugin files using FTP?
- Reposition Woocommerce Message
- I don’t understand how this parameter works..?
- Get all categories of custom post even not assigned
- download_url() appears as grey icons
- Plugin not appearing after uploading it via FTP
- dynamically generating plugin syntax
- Easy Digital Download Sub category
- How to display more than one instance for a widget?
- wp_get_post_terms is difference obj model than the one in rest api response
- Prevent duplicate records in plugin table
- Theme is Causing Ajax Conflicts for a plugin I cant identify it
- CSV syntax for WP All Import upload without ACF
- Error: Cannot find module ‘../build/Debug/nodegit.node’ [closed]
- Creating a Callback URL for WordPress Woocommerce to update Order Status
- Uncaught TypeError: jQuery(…).flipster is not a function in wordpress
- Can’t catch enqueued style
- Buidling a translate plugin for wordpress
- Display wordpress post’s in popup?
- Plugin for users to create their own ads like Google Adsence
- Is there a PressThis that doesn’t hotlink?
- bbPress plugin: forum lists not showing in correct order? [closed]
- Plugin generated taxonomies’ permalinks with custom placeholders
- WordPress stats API key
- How do I find out what is in control over a certain part of a website?
- Is there a best practice remediation for PhpStorm’s warning that void function the_post_thumbnail is used?
- Anyway to convert a plugin to become a shortcode?
- ‘Organize Series Plugin’ as muti author feature
- Suggestions for Dressing up blog for the holidays
- Prevent direct access to WordPress plugin assets?
- How to automatically add edit link on frontpage post of any wordpress theme?
- Allow only Admin role to access plugin settings/options page
- Getting a Page via its post-name using WP REST API v2 and Postman
- Use different single.php file based on condition
- Change the style of h1, h2, only in post entry
- How to reset the plugins without deactivate the plugin
- plugins_url() works everywhere but wp_reqister_script()
- Better WP Security : dashboard doesn’t work any more
- Elementor page builder plugin not loading up all the way? [closed]
- show my own admin_notices after a post has been published
- Play videos with buffering in my server
- Custom form not showing in correct place on page
- WooCommerce Hiding A Certain Category From Being Displayed On Single Product
- Dropdown menu on click change
- Editable select options in quick edit OR in plugin settings
- Send Array from JS to php file then insert it in wp database through a plugin
- Offer Download Links for Product Images
- How to add the search page link to the anchor tag?
- How to override Plugin javascript function : $(‘body’).on(‘change’,’.class’)
- Connect / Login WordPress Hosted Website or Blog with NodeJs
- Copy/paste local images not working in WordPress
- Possible way of having multiple Gutenberg instances for a page?
- insert data from textbox to database
- How to change the WordPress Plugin Watson Assistant Chatbot BOX Size?
- White Screen of Death
- Plugin updates, change file permissions on WordPress
- Creating one user access account for all the multiple sites
- I am Getting Sorry, no posts matched your criteria on form submit only for certain page [duplicate]
- Plugin information tabs show large blank area at top
- Dynamic input fields in WordPress Plugin
- Custom role not listed
- How to fix blog article view and share #’s?
- Is it possible to “include” another wordpress post/page?
- How to Prevent User From Submitting Property Or View His Posted Properties Before Login in wordpress?
- WordPress SSO SAML
- Modify Plugin shortcode function code
- Attachments plugin cannot click media library button [closed]
- Is there any hook to change media html in post? [duplicate]
- plugins_loaded action is not working properly
- Creating a user ‘add custom field’ section
- WordPress Settings – Custom Button actions
- Javascript not working
- After installing plugins, changes don’t appear
- Links on FAQ page aren’t working
- How to show post attachment image
- How can I make the Twitter Tools plugin hyperlink every link?
- wp insert post not working
- WordPress shortcode plugin not working
- FacetWP: Plugin breaks button/modal functionality inside searchable content area
- Undefined property: stdClass::$ AND Trying to get property ‘name’ of non-object Error in plugin
- get_option returning a different value from what’s saved
- How to import data from another website using an API link?
- How to get URL param for pagination in shortcode?
- How to add an active state class to my info box
- Using ACF to allow user to add and edit multiple saved forms