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



upgrader_post_install › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'upgrader_post_install', true, $args['hook_extra'], $this->result )
参数: (3)
  • (bool) $response Installation response.
    Required: Yes
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Required: Yes
  • (array) $result Installation result data.
    Required: Yes
定义在:
文档:

Filters the installation response after the installation has finished.





源码

$res = apply_filters( 'upgrader_post_install', true, $args['hook_extra'], $this->result );