install_theme_overwrite_actions

最后更新于:2021-11-27 01:42:10

apply_filters( ‘install_theme_overwrite_actions’, string[] $install_actions, object $api, array $new_theme_data )

Filters the list of action links available following a single theme installation failure when overwriting is allowed.

参数

$install_actions

(string[])
Array of theme action links.

$api

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

$new_theme_data

(array)
Array with uploaded theme data.

源文件

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

View on Trac