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
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' ); }
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |