the_author_aim()
Deprecated from version 2.8.0. It is no longer supported and can be removed in future releases. Use
the_author_meta('aim')
instead.Display the AIM address of the author of the current post.
No Hooks.
Return
null
. Nothing (null).
Usage
the_author_aim();
Notes
- See: the_author_meta()
Changelog
Since 0.71 | Introduced. |
Deprecated since 2.8.0 | Use the_author_meta('aim') |
the_author_aim() the author aim code WP 6.7.1
function the_author_aim() { _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'aim\')' ); the_author_meta('aim'); }