Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: twentytwenty_start_of_post_meta_list

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
323                     /**
324                      * Fires before post meta html display.
325                      *
326                      * Allow output of additional post meta info to be added by child themes and plugins.
327                      *
328                      * @since 1.0.0
329                      *
330                      * @param int   $post_ID Post ID.
331                      */
332                     do_action( 'twentytwenty_start_of_post_meta_list', $post_id );
333
334                     // Author.
335                     if ( in_array( 'author', $post_meta, true ) ) {
336
337                          $has_meta = true;
338                          ?>
339                          <li class="post-author meta-wrapper">
340                               <span class="meta-icon">
341                                    <span class="screen-reader-text"><?php _e( 'Post author', 'twentytwenty' ); ?></span>