Summery Summery
Return a list of slugs of installed plugins, if known.
Syntax Syntax
Description Description
Uses the transient data from the updates API to determine the slugs of known installed plugins. This might be better elsewhere, perhaps even within get_plugins().
Return Return
(array)
Source Source
File: wp-admin/includes/class-wp-plugin-install-list-table.php
protected function get_installed_plugin_slugs() { return array_keys( $this->get_installed_plugins() ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |