twentytwenty_end_of_post_meta_list

twentytwenty_end_of_post_meta_list

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.0.3

do_action('twentytwenty_end_of_post_meta_list') is found 1 times:

  • /wp-content/themes/twentytwenty/inc/template-tags.php line 486
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
             * @param array  $post_meta An array of post meta information.
             * @param string $location  The location where the meta is shown.
             *                          Accepts 'single-top' or 'single-bottom'.
             */
            do_action( 'twentytwenty_end_of_post_meta_list', $post_id, $post_meta, $location );
     
            ?>
     
        </ul><!-- .post-meta -->
     
    </div><!-- .post-meta-wrapper -->