wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



update_plugin_complete_actions › Hooks de Filtros WordPress

Desde2.7.0
Obsoleton/a
apply_filters( 'update_plugin_complete_actions', $update_actions, $this->plugin )
Parâmetros: (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
Definido em:
Codex:

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





Fonte

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