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-template-php (30)

xprofile_group_fields

apply_filters( 'xprofile_group_fields', $this->group->fields, $this->group->id )

Continue reading →

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

xprofile_filter_profile_group_tabs

apply_filters( 'xprofile_filter_profile_group_tabs', $tabs, $groups, $group_name )

Continue reading →

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

bp_the_profile_field_type

apply_filters( 'bp_the_profile_field_type', $field->type )

Continue reading →

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

bp_has_profile

apply_filters( 'bp_has_profile', $profile_template->has_groups(), $profile_template )

Continue reading →

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

bp_get_the_profile_group_name

apply_filters( 'bp_get_the_profile_group_name', $group->name )

Continue reading →

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

bp_get_the_profile_group_slug

apply_filters( 'bp_get_the_profile_group_slug', sanitize_title( $group->name ) )

Continue reading →

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

bp_get_the_profile_group_id

apply_filters( 'bp_get_the_profile_group_id', $group->id )

Continue reading →

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

bp_get_the_profile_group_description

apply_filters( 'bp_get_the_profile_group_description', $group->description )

Continue reading →

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

bp_get_the_profile_group_edit_form_action

apply_filters( 'bp_get_the_profile_group_edit_form_action', trailingslashit( $bp->displayed_user->domain . $bp->profile->slug . '/edit/group/' . $group->id ) )

Continue reading →

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

bp_get_the_profile_field_value

apply_filters( 'bp_get_the_profile_field_value', $field->data->value, $field->type, $field->id )

Continue reading →

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

bp_get_the_profile_field_options_select

apply_filters( 'bp_get_the_profile_field_options_select', '<option' . $selected . ' value="' . esc_attr( stripslashes( $options[$k]->name ) ) . '">' . esc_attr( stripslashes( $options[$k]->name ) ) . '</option>', $options[$k], $field-&gt

Continue reading →

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

bp_get_the_profile_field_options_radio

apply_filters( 'bp_get_the_profile_field_options_radio', '<label><input' . $selected . ' type="radio" name="field_' . $field->id . '" id="option_' . $options[$k]->id . '" value="' . esc_attr( stripslashes( $options[$k]->name ) ) . '">

Continue reading →

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

bp_get_the_profile_field_options_multiselect

apply_filters( 'bp_get_the_profile_field_options_multiselect', '<option' . $selected . ' value="' . esc_attr( stripslashes( $options[$k]->name ) ) . '">' . esc_attr( stripslashes( $options[$k]->name ) ) . '</option>', $options[$k], $fiel

Continue reading →

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

bp_get_the_profile_field_options_checkbox

apply_filters( 'bp_get_the_profile_field_options_checkbox', '<label><input' . $selected . ' type="checkbox" name="field_' . $field->id . '[]" id="field_' . $options[$k]->id . '_' . $k . '" value="' . esc_attr( stripslashes( $options[$k]-&gt

Continue reading →

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

bp_get_the_profile_field_name

apply_filters( 'bp_get_the_profile_field_name', $field->name )

Continue reading →

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

bp_get_the_profile_field_input_name

apply_filters( 'bp_get_the_profile_field_input_name', 'field_' . $field->id . $array_box )

Continue reading →

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

bp_get_the_profile_field_is_required

apply_filters( 'bp_get_the_profile_field_is_required', (bool) $retval )

Continue reading →

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

bp_get_the_profile_field_id

apply_filters( 'bp_get_the_profile_field_id', $field->id )

Continue reading →

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

bp_get_the_profile_field_edit_value

apply_filters( 'bp_get_the_profile_field_edit_value', $field_value, $field->type, $field->id )

Continue reading →

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

bp_get_the_profile_field_datebox

apply_filters( 'bp_get_the_profile_field_datebox', $html, $type, $day, $month, $year, $field->id, $date )

Continue reading →

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

bp_get_the_profile_field_description

apply_filters( 'bp_get_the_profile_field_description', $field->description )

Continue reading →

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

bp_get_profile_last_updated

apply_filters( 'bp_get_profile_last_updated', sprintf( __('Profile updated %s', 'buddypress'), bp_core_time_since( strtotime( $last_updated ) ) ) )

Continue reading →

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

bp_get_profile_group_name

apply_filters( 'bp_get_profile_group_name', $group->name )

Continue reading →

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

bp_get_profile_field_data

apply_filters( 'bp_get_profile_field_data', xprofile_get_field_data( $field, $user_id ) )

Continue reading →

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

bp_get_field_css_class

apply_filters( 'bp_get_field_css_class', ' class="' . implode( ' ', $css_classes ) . '"' )

Continue reading →

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

bp_get_current_profile_group_id

apply_filters( 'bp_get_current_profile_group_id', $profile_group_id )

Continue reading →

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

bp_get_avatar_delete_link

apply_filters( 'bp_get_avatar_delete_link', wp_nonce_url( $bp->displayed_user->domain . $bp->profile->slug . '/change-avatar/delete-avatar/', 'bp_delete_avatar_link' ) )

Continue reading →

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

xprofile_template_loop_start

do_action('xprofile_template_loop_start')

Continue reading →

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

xprofile_template_loop_end

do_action('xprofile_template_loop_end')

Continue reading →

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

xprofile_profile_group_tabs

do_action( 'xprofile_profile_group_tabs' )

Continue reading →

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