bbp_get_forum

bbp_get_forum

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum') is found 1 times:

  • /includes/forums/template.php line 313
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
            $retval = array_values( get_object_vars( $forum ) );
        }
     
        // Filter & return
        return apply_filters( 'bbp_get_forum', $retval, $forum, $output, $filter );
    }
     
    /**
     * Output the link to the forum
     *
     * @since 2.0.0 bbPress (r2464)