330a331
> 				 * @param array $post_meta Post meta visibility settin.
332c333
< 				do_action( 'twentytwenty_start_of_post_meta_list', $post_id );
---
> 				do_action( 'twentytwenty_start_of_post_meta_list', $post_id, $post_meta );
453a455
> 				 * @param array $post_meta Post meta visibility settin.
455c457
< 				do_action( 'twentytwenty_end_of_post_meta_list', $post_id );
---
> 				do_action( 'twentytwenty_end_of_post_meta_list', $post_id, $post_meta );
