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

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


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

(int) Number of the current page of results being viewed.


Top ↑

Source Source

File: wp-admin/theme-install.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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