Enable shortcode in BuddyPress activity feed
-
Hi everyone, I already try some solutions like
add_filter( ‘bp_nouveau_activity_content’, ‘do_shortcode’,);
or
function test() {
add_filter( ‘bp_nouveau_activity_content’, ‘do_shortcode’, 1 );
}
add_action(‘bp_init’, ‘test’);But I can’t solve this problem, somebody knows how to enable the shortcodes in activity feed? thnks
Viewing 16 replies - 1 through 16 (of 16 total)
Viewing 16 replies - 1 through 16 (of 16 total)
- You must be logged in to reply to this topic.