Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,963
- How-to & Troubleshooting
- 129,275
- Creating & Extending
- 25,784
- Requests & Feedback
- 9,479
- Third Party Plugins
- 9,784
- Showcase
- 3,317
- Ideas
- 1,401
- Miscellaneous
- 9,165
-
The xprofile_filter_link_profile_data() function takes 3 params nicola. You are telling wp that the function call takes only 1 with add_filter(‘whatever’,’something’,1,1)
There are no defaults for that xprofile function so it crashes. Gotta specify 3 and pass 3 params.
add_filter(‘whatever’,’something’,1,3)
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS