Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: install_themes_{$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
267       *  - `install_themes_new`
268       *  - `install_themes_search`
269       *  - `install_themes_updated`
270       *  - `install_themes_upload`
271       *
272       * @since 2.8.0
273       *
274       * @param int $paged Number of the current page of results being viewed.
275       */
276      do_action( "install_themes_{$tab}", $paged );
277 }
278 ?>
279 </div>
280
281 <script id="tmpl-theme" type="text/template">
282      <# if ( data.screenshot_url ) { #>
283           <div class="theme-screenshot">
284                <img src="{{ data.screenshot_url }}" alt="" />
285           </div>