twentytwenty_start_of_post_meta_list

twentytwenty_start_of_post_meta_list

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.0.3

do_action('twentytwenty_start_of_post_meta_list') is found 1 times:

  • /wp-content/themes/twentytwenty/inc/template-tags.php line 359
    				 * @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_start_of_post_meta_list', $post_id, $post_meta, $location );
    
    				// Author.
    				if ( post_type_supports( get_post_type( $post_id ), 'author' ) && in_array( 'author', $post_meta, true ) ) {
    
    					$has_meta = true;
    					?>