This shortcode allows you to display the email address of the current post author if no attributes are provided or the name of a given author if you provide the author ID and author type.
It can be used anywhere within WordPress where shortcodes are supported. For most users, this will primarily be within the content of a WordPress post or page or the sidebar.
Example
The trivial shortcode would be:
Editor input
[molongui_author_mail]
That would display the current post’s author email address as plain text. Nothing fancy but very useful in many cases. Check below what the output would look like:
Frontend output
Attributes
Check out below all the available attributes this shortcode can take:
idoptional
Author ID whose data you want to get.
Accepts integer as author ID.
Defaults to current post author ID.
Available since version 1.0.0.
typeoptional
The type of author.
Accepts Accepts “user” or “guest”.
Available since version 1.0.0.
display_errorsoptional
Whether to display a message in case of error.
Accepts Accepts “yes” or “no”.
Defaults to yes.
Available since version 1.0.0.