install_themes_{$tab}

Advertisement

Summery Summery

Fires at the top of each of the tabs on the Install Themes page.

Syntax Syntax

do_action( "install_themes_{$tab}", int $paged )

Description Description

The dynamic portion of the hook name, $tab, refers to the current theme installation tab. Possible values are ‘dashboard’, ‘search’, ‘upload’, ‘featured’, ‘new’, or ‘updated’.

Parameters Parameters

$paged

Number of the current page of results being viewed.

Source Source

File: wp-admin/theme-install.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply