@alimir
Active 2 months, 2 weeks ago
-
Alimir started the topic problem with adding like button on activity content in the forum How-to & Troubleshooting 10 years ago
hey guys,
I created a free like plugin for buddypress. (with ‘wp_bp_activity_meta’ table)
For showing the button and data, i used ‘add_filter’ on ‘bp_get_activity_action’ function:function wp_put_ulike_buddypress($content) {
$content.= wp_ulike_buddypress('put');
return $content;
}add_filter('bp_get_activity_action',…[Read more]