Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-plugin-install-list-table.php | apply_filters | 528 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $description | Plugin card description. |
array | $plugin | An array of plugin data. See {@see plugins_api()} |