bbp_display_shortcode

bbp_display_shortcode

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_display_shortcode') is found 1 times:

  • /includes/common/shortcodes.php line 176
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
        // Return and flush the output buffer
        $output = ob_get_clean();
     
        // Filter & return
        return apply_filters( 'bbp_display_shortcode', $output, $query_name );
    }
     
    /** Forum shortcodes ******************************************************/
     
    /**
     * Display an index of all visible root level forums in an output buffer