bp_activity_comment_embed_after_recurse()

Clean up ’embed_post_id’ filter after comment recursion.


Description Description

This filter must be removed so that the non-comment filters take over again once the comments are done being processed.

See also See also


Top ↑

Source Source

File: bp-activity/bp-activity-functions.php

function bp_activity_comment_embed_after_recurse() {
	remove_filter( 'embed_post_id', 'bp_get_activity_comment_id' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.