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-xprofilebp-xprofile-classes-php (16)

xprofile_group_name_before_save

apply_filters( 'xprofile_group_name_before_save',        $this->name,        $this->id )

Continue reading →

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

xprofile_group_description_before_save

apply_filters( 'xprofile_group_description_before_save', $this->description, $this->id )

Continue reading →

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

xprofile_field_type_before_save

apply_filters( 'xprofile_field_type_before_save',        $this->type,        $this->id )

Continue reading →

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

xprofile_field_parent_id_before_save

apply_filters( 'xprofile_field_parent_id_before_save',   $this->parent_id,   $this->id )

Continue reading →

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

xprofile_field_order_by_before_save

apply_filters( 'xprofile_field_order_by_before_save',    $this->order_by,    $this->id )

Continue reading →

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

xprofile_field_options_before_save

apply_filters( 'xprofile_field_options_before_save', $post_option,  'radio' )

Continue reading →

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

xprofile_field_name_before_save

apply_filters( 'xprofile_field_name_before_save',        $this->name,        $this->id )

Continue reading →

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

xprofile_field_is_required_before_save

apply_filters( 'xprofile_field_is_required_before_save', $this->is_required, $this->id )

Continue reading →

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

xprofile_field_group_id_before_save

apply_filters( 'xprofile_field_group_id_before_save',    $this->group_id,    $this->id )

Continue reading →

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

xprofile_field_field_order_before_save

apply_filters( 'xprofile_field_field_order_before_save', $this->field_order, $this->id )

Continue reading →

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

xprofile_field_description_before_save

apply_filters( 'xprofile_field_description_before_save', $this->description, $this->id )

Continue reading →

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

xprofile_field_default_before_save

apply_filters( 'xprofile_field_default_before_save', $post_default, 'radio' )

Continue reading →

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

xprofile_data_value_before_save

apply_filters( 'xprofile_data_value_before_save',        $this->value,           $this->id )

Continue reading →

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

xprofile_data_user_id_before_save

apply_filters( 'xprofile_data_user_id_before_save',      $this->user_id,         $this->id )

Continue reading →

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

xprofile_data_last_updated_before_save

apply_filters( 'xprofile_data_last_updated_before_save', bp_core_current_time(), $this->id )

Continue reading →

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

xprofile_data_field_id_before_save

apply_filters( 'xprofile_data_field_id_before_save',     $this->field_id,        $this->id )

Continue reading →

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