apply_filters( ‘plugin_install_description’, string $description, array $plugin )

In this article

Filters the plugin card description on the Add Plugins screen.

Parameters

$descriptionstring
Plugin card description.
$pluginarray
An array of plugin data. See plugins_api() for the list of possible values.

Source

$description = apply_filters( 'plugin_install_description', $description, $plugin );

Changelog

VersionDescription
6.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.