Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'install_theme_complete_actions', string[] $install_actions, object $api, string $stylesheet, WP_Theme $theme_info )

Parameters Parameters

$install_actions

Array of theme action links.

$api

Object containing WordPress.org API theme data.

$stylesheet

Theme directory name.

$theme_info

Theme object.

Source Source

File: wp-admin/includes/class-theme-installer-skin.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply