Filters the list of action links available following a single plugin installation.
Parameters
$install_actions
string[]- Array of plugin action links.
$api
object- Object containing WordPress.org API plugin data. Empty for non-API installs, such as when a plugin is installed via upload.
$plugin_file
string- Path to the plugin file relative to the plugins directory.
Source
$install_actions = apply_filters( 'install_plugin_complete_actions', $install_actions, $this->api, $plugin_file );
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.