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



update_plugin_complete_actions › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'update_plugin_complete_actions', $update_actions, $this->plugin )
Parameter: (2)
  • (string[]) $update_actions Array of plugin action links.
    Erforderlich: Ja
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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