Rest_BBP_Walker_Reply::start_el( $output, $object, $depth, $args = array(), $current_object_id )
Description
See also
Source
File: bp-forums/classes/class-bp-rest-bbp-walker-reply.php
public function start_el( &$output, $object, $depth = 0, $args = array(), $current_object_id = 0 ) {
global $buddyboss_thread_reply;
// Set up reply
$depth++;
$object->depth = $depth;
$buddyboss_thread_reply[ $object->ID ] = $object;
}
Changelog
| Version | Description |
|---|---|
| 2.4.0 | Introduced. |
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.