Title: coauthors_email function
Last modified: August 21, 2016

---

# coauthors_email function

 *  Resolved [wpjsmith](https://wordpress.org/support/users/wpjsmith/)
 * (@wpjsmith)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/coauthors_email-function/)
 * Hello,
 * After updating from Co-Authors Plus from 3.0.5 to 3.0.6, I am having difficulty
   calling the coauthors_email function in my theme. Did that switch to a different
   name?
 * Here is the code that was working up until updating the plugin:
    <?php if (is_single()){?
   >
 *  <span class=”meta-author”>
    <?php if(function_exists(‘coauthors_email’)) coauthors_email();
   else the_author_email(); ?>
 * Now, it falls back to the author email instead of getting the coauthors email.
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [Ben Keith](https://wordpress.org/support/users/benlk/)
 * (@benlk)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/coauthors_email-function/#post-4539686)
 * This was because I added code to our copy of the plugin. The update overwrote
   the added code. If Automattic pulls [this commit](https://github.com/Automattic/Co-Authors-Plus/pull/162)
   on GitHub to the official plugin, then this function will be included in the 
   official version of the plugin.

Viewing 1 replies (of 1 total)

The topic ‘coauthors_email function’ is closed to new replies.

 * ![](https://ps.w.org/co-authors-plus/assets/icon-256x256.png?rev=2945095)
 * [Co-Authors Plus](https://wordpress.org/plugins/co-authors-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/co-authors-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/co-authors-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/co-authors-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/co-authors-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/co-authors-plus/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Keith](https://wordpress.org/support/users/benlk/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/coauthors_email-function/#post-4539686)
 * Status: resolved