wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



update_bulk_plugins_complete_actions › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info )
Parameter: (2)
  • (string[]) $update_actions Array of plugin action links.
    Erforderlich: Ja
  • (array) $plugin_info Array of information for the last-updated plugin.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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