Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: install_themes_pre_{$tab}

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
91       *  - `install_themes_pre_dashboard`
92       *  - `install_themes_pre_featured`
93       *  - `install_themes_pre_new`
94       *  - `install_themes_pre_search`
95       *  - `install_themes_pre_updated`
96       *  - `install_themes_pre_upload`
97       *
98       * @since 2.8.0
99       */
100      do_action( "install_themes_pre_{$tab}" );
101 }
102
103 $help_overview =
104      '<p>' . sprintf(
105           /* translators: %s: Theme Directory URL. */
106           __( '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.' ),
107           __( 'https://wordpress.org/themes/' )
108      ) . '</p>' .
109      '<p>' . __( 'You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter.' ) . ' <span id="live-search-desc">' . __( 'The search results will be updated as you type.' ) . '</span></p>' .