505*506* @param int$post_id Post ID.507* @param array$post_meta An array of post meta information.508* @param string$location The location where the meta is shown.509* Accepts 'single-top'or'single-bottom'.510*/511do_action('twentytwenty_end_of_post_meta_list',$post_id,$post_meta,$location);512513?>514515</ul><!-- .post-meta -->516517</div><!-- .post-meta-wrapper -->
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.