etivite

WordPress, BuddyPress, bbPress, JSF, CMS :: e for everything web development and consulting

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Action and Filter API Hooks
  • WordPress Plugins
  • Code and Projects
  • Blog

API Hooks: BuddyPress:: File: bp-friendsbp-friends-classes-php (6)

friends_friendship_is_limited_before_save

apply_filters( 'friends_friendship_is_limited_before_save',        $this->is_limited,        $this->id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 

friends_friendship_initiator_user_id_before_save

apply_filters( 'friends_friendship_initiator_user_id_before_save', $this->initiator_user_id, $this->id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 

friends_friendship_is_confirmed_before_save

apply_filters( 'friends_friendship_is_confirmed_before_save',      $this->is_confirmed,      $this->id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 

friends_friendship_friend_user_id_before_save

apply_filters( 'friends_friendship_friend_user_id_before_save',    $this->friend_user_id,    $this->id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 

friends_friendship_date_created_before_save

apply_filters( 'friends_friendship_date_created_before_save',      $this->date_created,      $this->id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 

friends_friendship_after_save

do_action( 'friends_friendship_after_save', array( &$this ) )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 
Proudly powered by WordPress