Description
Filters the plugin card description on the Add Plugins screen.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-plugin-install-list-table.php | 537 |
Parameters
Type | Name | Description |
---|---|---|
string | $description | Plugin card description. |
array | $plugin | An array of plugin data. See {@see plugins_api()} for the list of possible values. |
PHP Doc
/**
* Filters the plugin card description on the Add Plugins screen.
*
* @since 6.0.0
*
* @param string $description Plugin card description.
* @param array $plugin An array of plugin data. See {@see plugins_api()}
* for the list of possible values.
*/