install_themes_pre_{$tab}

Advertisement

Summery Summery

Fires before each of the tabs are rendered on the Install Themes page.

Syntax Syntax

do_action( "install_themes_pre_{$tab}" )

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’.

Source Source

File: wp-admin/theme-install.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply