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



update_bulk_plugins_complete_actions › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info )
Parameters: (2)
  • (string[]) $update_actions Array of plugin action links.
    Required: Yes
  • (array) $plugin_info Array of information for the last-updated plugin.
    Required: Yes
Defined at:
Codex:

Filters the list of action links available following bulk plugin updates.





Source

$update_actions = apply_filters( 'update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info );