bbp_author_ip( array $args = array() )
Output the author IP address of a post
Description Description
Parameters Parameters
- $args
-
(Optional) If it is an integer, it is used as post id.
Default value: array()
Source Source
File: includes/users/template.php
function bbp_author_ip( $args = array() ) {
echo bbp_get_author_ip( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |