ID ); $authors_json = array(); foreach ( $authors as $author ) { $authors_json[] = array( '@type' => 'Person', 'name' => $author->display_name, ); } $metadata['author'] = $authors_json; return $metadata; } function cap_set_amp_author_meta_template( $file, $type, $post ) { if ( 'meta-author' === $type ) { $file = dirname( __FILE__ ) . '/amp/meta-author.php'; } return $file; }