PHPFox3::callback_topic_reply_count( int $count = 1 )

Verify the topic/reply count.

Description

Parameters

$count

(Optional) PHPFox v3.5.x topic/reply counts

Default value: 1

Return

(string) WordPress safe

Source

File: bp-forums/admin/converters/PHPFox3.php

637
638
639
640
public function callback_topic_reply_count( $count = 1 ) {
    $count = absint( (int) $count - 1 );
    return $count;
}

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.