install_theme_complete_actions

最后更新于:2021-11-27 01:40:17

apply_filters( ‘install_theme_complete_actions’, string[] $install_actions, object $api, string $stylesheet, GC_Theme $theme_info )

Filters the list of action links available following a single theme installation.

参数

$install_actions

(string[])
Array of theme action links.

$api

(object)
Object containing GeChiUI.org API theme data.

$stylesheet

(string)
Theme directory name.

$theme_info

(GC_Theme)
Theme object.

源文件

文件: gc-admin/includes/class-theme-installer-skin.php

View on Trac