This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

BBP_Shortcodes::end()

Return the contents of the output buffer and flush its contents.

Description

Return

(string) Contents of output buffer.

Source

File: bp-forums/common/shortcodes.php

172
173
174
175
176
177
178
179
180
181
182
private function end() {
 
    // Unset globals
    $this->unset_globals();
 
    // Reset the query name
    bbp_reset_query_name();
 
    // Return and flush the output buffer
    return ob_get_clean();
}

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.