bbp_get_forum_last_topic_author_id

bbp_get_forum_last_topic_author_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_last_topic_author_id') is found 1 times:

  • /includes/forums/template.php line 944
    	$topic_id  = bbp_get_forum_last_topic_id( $forum_id );
    	$author_id = bbp_get_topic_author_id( $topic_id );
    
    	// Filter & return
    	return (int) apply_filters( 'bbp_get_forum_last_topic_author_id', (int) $author_id, $forum_id, $topic_id );
    }
    
    /**
     * Output link to author of last topic of forum
     *
     * @since 2.0.0 bbPress (r2625)