bbp_author_ip( mixed $args = '' )

Output the author IP address of a post

Description

Parameters

$args

(mixed) (Optional) If it is an integer, it is used as post id.

Default value: ''

Source

File: bp-forums/users/template.php

function bbp_author_ip( $args = '' ) {
	echo bbp_get_author_ip( $args );
}

Changelog

Changelog
Version Description
bbPress (r3120) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.