The get_plugins() function will return an array of plugin. See https://codex.wordpress.org/Function_Reference/get_plugins . You can use that array of information to extract the info you want.
You could use that function in a shortcode, then put the shortcode on your page.
I note that there are plugins that purport to list plugins. In fact, some of those plugins will allow you to use a shortcode to list them.
So, it depends on whether you want to ‘roll your own’ or use a plugin. The information is out there (do a plugin search for ‘list plugins’).
You might also look at the answer to this question: What WordPress API function lists active/inactive plugins?
Related Posts:
- WordPress 5.3 update causes media library file upload to break – Cannot convert undefined or null to object
- What plugins do you commonly install on a fresh WordPress install?
- how to change default icon of custom plugin?
- List of all existing WordPress plugins
- How does WordPress official repository estimate ‘Active Installs’ of a plugin?
- How to work with Syntax Highlighter Evolved?
- WordPress Admin is displaying Not Available
- User-Specific Timezones? Hack? Plugin?
- Disable plugins on cron and ajax page
- Automattic’s eCommerce Plugin
- How to remove/hide action links cluttering under specific plugins’ names
- How to develop a community feature in the dashboard for multiauthor site
- Which hook should be used to validate custom form fields on the login form?
- Using the media uploader in a custom plugin
- Is there a plugin to protect downloads with recaptcha?
- Problem running Ajax in WordPress
- Plugin child folder?
- Theme and Plugins sharing common libraries
- All Updated Plugins Disappeared
- Counting pageviews on high-traffic cached sites
- How to change Thumbnail size of next Gen Gallery plugin?
- Questions about brute force attacks on the admin username, coming from amazon IP addresses
- What’s the _wp_desired_post_slug value for?
- Correct wp-content ownership and permissions
- How to check what plugins used to be on a WordPress installation?
- WooCommerce: Change default country on the cart page [closed]
- How can I list recent posts excerpts?
- Why isn’t “background-image: url”working with Bootstrap carousel on WP?
- Plugin Deactivate Self on Activation Errors
- What would be the advantages/disadvantages of remote plugin installation?
- Should I fetch the data managed by a plugin by using its APIs or WordPress APIs?
- Use translated taxonomy labels in plugin
- Show an image in my header.php
- Plugin appends ugly URL string to index
- Scripts at the end of the page
- White page by using filter template_include
- WordPress Keeps Logging Out – What Tests Can I Run to Solve This?
- How to save inputed data in a textbox [EDITED] [duplicate]
- User switching only with specific role and return
- WordPress Payment gateway add on form , how to add form into list or else how to submit form to next step for payment
- How WordPress is able to change locale without using setlocale
- w3 Total Cache not Caching – Requested URI is rejected [closed]
- Which file of wordpress manage plugins functionalities?
- How to Create a shortcode to this php function
- How to use login_redirect with a user capability
- I should enable automatic updates?
- Form that generates an ID for the customer
- Access a particular field in an array
- How to add CSS via custom plugin?
- Saving widget options from class method
- This WordPress plugin isn’t creating links correctly
- Basics of changing plugin output
- WordPress plugin url for form submit
- syntax error, unexpected ‘while’ (t_while) please help :)
- Include Minit plugin in theme [closed]
- dynamic name of the style for wp_enqueue_style
- Delete Media not attached with Any posts
- remove ad to cart button and view more button if product price is empty
- how to add a comment button to be displayed only for the posts in the home page [closed]
- Should meta boxes for specific pages be save in their own plugins?
- Change plugin author after someone leaves the company
- How to implement a plugin featuring foursquare like check-in
- “After file loaded” action
- Add_image_size not generating correct size
- Plug-in that shows x number thumbnails from another post
- W3 Total Cache Help – How to update DNS Zone for a static domain [closed]
- Show Homepage (only) Hits Count
- WooCommerce – I want to add functionality of one plugin to another plugin — best approach?
- WordPress jQuery Post – Amending Variable Value Within Function Command
- how to define a html folder to make it work with WordPress commands
- Asking help regarding potential malware
- wp_mail function not working in WordPress Plugin Boilerplate
- How To Remove “All, Publish, Draft and Expired” in Events Dashboard
- When/where would want to attach other classes to the base class in a WordPress plugin?
- How to find where an image is used by it’s url
- checkout stripe with plugin contact form
- Disqus comment system not show
- Javascript inserted from Plugin pointing to wrong location
- Custom plugin which downloads updates from custom endpoint, extracts new version zip into a new name
- How to cache for multi server environment? Memcached, Redis or other?
- Page takes on two different formats
- Cant visualize protected password portfolio elements
- Creating a comments voting system
- How to assign plugin to top level menu?
- Rewrite URL to plugin file
- Multiselect value in wp_query
- Create custom fields on a post
- Is it possible to cancel a post status transition?
- Retrieve post thumbnails
- Why are only inactive plugins showing?
- Facebook Like Button with NextGen Gallery
- Notify new post on page
- wordpress plugin JSON API search within specific category
- when i use wp automatic plugin post shows broken images
- how to add “alt” for all image in wordpress
- Contact form 7 – How to send mail to two different E-mail Address [closed]
- Seo Problems in My meta Discription [closed]
- how to show the data from a myqsl database in a post [closed]
- Testing Plugin – Install plugin dependencies in testing enviroment
- How to get wp_editor field content when it is inside a Form?