wpseek.com
WordPress开发者和主题制作者的搜索引擎



update_plugin_complete_actions › WordPress过滤钩子

Since2.7.0
已弃用n/a
apply_filters( 'update_plugin_complete_actions', $update_actions, $this->plugin )
参数: (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
定义在:
文档:

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





源码

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