how to set a buddypress function’s value in array ?
-
I am working in wordpress and using buddypress theme. In my php file i want to set value of a buddy press functions into an array parameter like following
PLUGIN_METHOD( array( ‘Para1’ => ‘Value1’, ‘Para2’ => bp_activity_user_link(); ) );
But i am unable to set value of function’s into array.Please suggest me right way.
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘how to set a buddypress function’s value in array ?’ is closed to new replies.