Fires at the top of each of the tabs on the Install Themes page.
Description
The dynamic portion of the hook name, $tab, refers to the current theme installation tab. Possible hook names include: <ul> <li>install_themes_block-themes</li> <li>install_themes_dashboard</li> <li>install_themes_featured</li> <li>install_themes_new</li> <li>install_themes_search</li> <li>install_themes_updated</li> <li>install_themes_upload</li> </ul>
Parameters
$pagedint
Number of the current page of results being viewed.
306*307* @since 2.8.0308* @since 6.1.0 Added the `install_themes_block-themes` hook name.309*310* @param int$paged Number of the current page of results being viewed.311*/312do_action("install_themes_{$tab}",$paged);313}314?>315</div>316317<scriptid="tmpl-theme"type="text/template">318<#if(data.screenshot_url){#>
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.