PHPFox3::callback_reply_title( string $title = '' )
Set the reply title
Description
Parameters
- $title
-
(Optional) PHPFox v3.5.x topic title of this reply
Default value: ''
Return
(string) Prefixed topic title, or empty string
Source
File: bp-forums/admin/converters/PHPFox3.php
648 649 650 651 | 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.