plugin_install_description WordPress Filter Hook

This hook is used to add content to the plugin installation page. It is used to display additional information about the plugin, such as the author, version, etc.

apply_filters( 'plugin_install_description', string $description, array $plugin ) #

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.


Top ↑

Source

File: wp-admin/includes/class-wp-plugin-install-list-table.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
6.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.