wpseek.com
A WordPress-centric search engine for devs and theme authors



update_plugin_complete_actions › WordPress Filter Hooks

Since2.7.0
Deprecatedn/a
apply_filters( 'update_plugin_complete_actions', $update_actions, $this->plugin )
Parameters: (2)
  • (string[]) $update_actions Array of plugin action links.
    Required: Yes
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Required: Yes
Defined at:
Codex:

Filters the list of action links available following a single plugin update.





Source

$update_actions = apply_filters( 'update_plugin_complete_actions', $update_actions, $this->plugin );