bbp_get_topic_engagements_raw

bbp_get_topic_engagements_raw

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_engagements_raw') is found 1 times:

  • /includes/users/engagements.php line 229
    		? wp_parse_id_list( array_filter( $results ) )
    		: array();
    
    	// Filter & return
    	return (array) apply_filters( 'bbp_get_topic_engagements_raw', $engagements, $topic_id );
    }
    
    /**
     * Get a user's topic engagements
     *
     * @since 2.6.0 bbPress (r6320)