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)
Viewing 1 replies (of 1 total)
- The topic ‘coauthors_email function’ is closed to new replies.