Posting on friends wall not working anymore
-
Hi,
i implemented the hack to post on friends wall. This was working fine until I upgraded. It seems that
`remove_action( ‘wp_ajax_post_update’, ‘bp_dtheme_post_update’ );`
is not working.Normally the code remove the default activity handler replacing it by some custom code found here http://buddydev.com/buddypress/using-activity-as-wire-in-buddypress-1-2-themes/
But now it doesn’t remove it and thus I have double posting. Once normal and once using the hack which is just adding a @username before the post.
I guess wp_ajax_post_update is deprecated but I don’t find the replacement. What is the default publishing handler now?
Thank you
- The topic ‘Posting on friends wall not working anymore’ is closed to new replies.