bbp_get_statistics

bbp_get_statistics

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_statistics') is found 1 times:

  • /includes/common/functions.php line 519
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
        $statistics['hidden_topic_title'] = $hidden_topic_title;
        $statistics['hidden_reply_title'] = $hidden_reply_title;
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_statistics', $statistics, $r, $args );
    }
     
    /** New/edit topic/reply helpers **********************************************/
     
    /**
     * Filter anonymous post data