359*360* @param int$post_id Post ID.361* @param array$post_meta An array of post meta information.362* @param string$location The location where the meta is shown.363* Accepts 'single-top'or'single-bottom'.364*/365do_action('twentytwenty_start_of_post_meta_list',$post_id,$post_meta,$location);366367// Author.368if(post_type_supports(get_post_type($post_id),'author')&&in_array('author',$post_meta,true)){369370$has_meta=true;371?>
History
Introduced in Twenty Twenty 1.1 Added the <code>$post_meta</code> and <code>$location</code> parameters.. Unchanged from 6.7.7 through 7.1.0.