Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-plugin-install-list-table.php: WP_Plugin_Install_List_Table::get_installed_plugins() | Return the list of known plugins. |
Return a list of slugs of installed plugins, if known.
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().
(array)
File: wp-admin/includes/class-wp-plugin-install-list-table.php
protected function get_installed_plugin_slugs() { return array_keys( $this->get_installed_plugins() ); }
Version | Description |
---|---|
4.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_plugin_install_list_table/get_installed_plugin_slugs