
如何在Linux、macOS、Windows服务器上安装PHP
apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info )
install_theme_complete_actions。当一个主题在WordPress管理面板中成功安装时,这个动作就会触发。
过滤单个主题安装后可用的操作链接列表。
$install_actions = apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info );