Worpress BBPress own Actifity


SUBMITTED BY: Guest

DATE: July 5, 2013, 9:06 a.m.

FORMAT: Text only

SIZE: 334 Bytes

HITS: 1161

  1. <?php
  2. $activity_id = bp_activity_add ( array(
  3. 'action' => $action,
  4. 'content' => $activity_content,
  5. 'primary_link' => $project_link,
  6. 'component' => 'activity',
  7. 'type' => 'share_photo',
  8. 'user_id' => $bp->loggedin_user->id,
  9. 'item_id' => $photo_id
  10. ));
  11. ?>

comments powered by Disqus