function cmm_email_template($post) { $link = get_permalink($post->ID); $title = $post->post_title; $excerpt = get_the_excerpt($post); $thumb = get_the_post_thumbnail_url($post->ID, 'large'); // Avatar tác giả $author_id = $post->post_author; $author_name = get_the_author_meta('display_name', $author_id); $avatar = get_avatar_url($author_id, ['size' => 60]); return "