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
    				 * @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 -->