XMB::callback_topic_reply_count( int $count = 1 )

Verify the topic/reply count.


Description Description


Parameters Parameters

$count

(Optional) XMB v1.9.11.13 topic/reply counts

Default value: 1


Top ↑

Return Return

(string) WordPress safe


Top ↑

Source Source

File: includes/admin/converters/XMB.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.