-
apply_filters( 'bbp_suppress_private_author_link', $retval )
Source Reference:
-
// Post default : if ( bbp_is_forum_private( $args['post_id'] ) ) $retval = ''; break; } } return apply_filters( 'bbp_suppress_private_author_link', $retval ); } /** * Output the row class of a forum * * @since bbPress (r2667) * * @uses bbp_get_forum_class() To get the row class of the forum */ function bbp_forum_class() {
-