apply_filters( 'theme_install_actions', string[] $actions, WP_Theme $theme )

Filters the install action links for a theme in the Install Themes list table.


Description Description


Parameters Parameters

$actions

(string[]) An array of theme action links. Defaults are links to Install Now, Preview, and Details.

$theme

(WP_Theme) Theme object.


Top ↑

Source Source

File: wp-admin/includes/class-wp-theme-install-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.