Quantcast
Channel: bbPress.org » Topic: Php print ip without ( )'s need advice
Viewing all articles
Browse latest Browse all 10

Reply To: Php print ip without ( )'s need advice

$
0
0

bbp_author_ip accepts an array of arguments that allow you to change the before and after.

Use it like:

bbp_author_ip( array(
	'post_id' => bbp_get_reply_id(),
	'before'  => '',
	'after'   => ''
) );

Viewing all articles
Browse latest Browse all 10

Trending Articles