wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



update_plugin_complete_actions › Les Filtres WordPress

Depuis2.7.0
Dépréciéen/a
apply_filters( 'update_plugin_complete_actions', $update_actions, $this->plugin )
Paramètres: (2)
  • (string[]) $update_actions Array of plugin action links.
    Requis: Oui
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Requis: Oui
Défini(e) dans:
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 );