vBulletin3::callback_reply_title( string $title = '' )
Set the reply title
Description
Parameters
- $title
-
(Optional) vBulletin v3.x topic title of this reply
Default value: ''
Return
(string) Prefixed topic title, or empty string
Source
File: bp-forums/admin/converters/vBulletin3.php
public function callback_reply_title( $title = '' ) { $title = !empty( $title ) ? __( 'Re: ', 'buddyboss' ) . html_entity_decode( $title ) : ''; return $title; }
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.