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.
304*305* @since 2.8.0306* @since 6.1.0 Added the `install_themes_block-themes` hook name.307*308* @param int$paged Number of the current page of results being viewed.309*/310do_action("install_themes_{$tab}",$paged);311}312?>313</div>314315<scriptid="tmpl-theme"type="text/template">316<#if(data.screenshot_url){#>
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.