Description
Filters the list of action links available following a single plugin installation.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-plugin-installer-skin.php | 178 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $install_actions | Array of plugin action links. |
object | $api | Object containing WordPress.org API plugin data. Empty for non-API installs, such as when a plugin is installed via upload. |
string | $plugin_file | Path to the plugin file relative to the plugins directory. |
PHP Doc
/**
* Filters the list of action links available following a single plugin installation.
*
* @since 2.7.0
*
* @param string[] $install_actions Array of plugin action links.
* @param object $api Object containing WordPress.org API plugin data. Empty
* for non-API installs, such as when a plugin is installed
* via upload.
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
*/