Filters the plugin card description on the Add Plugins screen.
Parameters
$description
string- Plugin card description.
$plugin
array- An array of plugin data. See plugins_api() for the list of possible values.
Source
$description = apply_filters( 'plugin_install_description', $description, $plugin );
Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.