Fires before each of the tabs are rendered 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_pre_block-themes</li> <li>install_themes_pre_dashboard</li> <li>install_themes_pre_featured</li> <li>install_themes_pre_new</li> <li>install_themes_pre_search</li> <li>install_themes_pre_updated</li> <li>install_themes_pre_upload</li> </ul>
99*-`install_themes_pre_updated`100*-`install_themes_pre_upload`101*102* @since 2.8.0103* @since 6.1.0 Added the `install_themes_pre_block-themes` hook name.104*/105do_action("install_themes_pre_{$tab}");106}107108$help_overview=109'<p>'.sprintf(110/* translators: %s: Theme Directory URL. */111__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s">WordPress Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.'),
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.