Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: theme_row_meta

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
385                           * @since 3.1.0
386                           *
387                           * @param array    $theme_meta An array of the theme's metadata,
388                           *                             including the version, author, and
389                           *                             theme URI.
390                           * @param string   $stylesheet Directory name of the theme.
391                           * @param WP_Theme $theme      WP_Theme object.
392                           * @param string   $status     Status of the theme.
393                           */
394                          $theme_meta = apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status );
395                          echo implode( ' | ', $theme_meta );
396
397                          echo "</div></td>";
398                          break;
399
400                     default:
401                          echo "<td class='$column_name column-$column_name'$style>";
402
403                          /**