Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,627
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,257
-
Hehe … I think I found the bug. You’ve said, you’re using the latest Trac-Version of bbPress?
Then I think you have to change line 48 of my plugin from
add_action('init', 'online_update');
to
add_action('bb_init', 'online_update');
then … it should work! (for me it did)