apply_filters( 'xprofile_group_fields', $this->group->fields, $this->group->id )
Continue reading →
apply_filters( 'xprofile_filter_profile_group_tabs', $tabs, $groups, $group_name )
Continue reading →
apply_filters( 'bp_the_profile_field_type', $field->type )
Continue reading →
apply_filters( 'bp_has_profile', $profile_template->has_groups(), $profile_template )
Continue reading →
apply_filters( 'bp_get_the_profile_group_name', $group->name )
Continue reading →
apply_filters( 'bp_get_the_profile_group_slug', sanitize_title( $group->name ) )
Continue reading →
apply_filters( 'bp_get_the_profile_group_id', $group->id )
Continue reading →
apply_filters( 'bp_get_the_profile_group_description', $group->description )
Continue reading →
apply_filters( 'bp_get_the_profile_group_edit_form_action', trailingslashit( $bp->displayed_user->domain . $bp->profile->slug . '/edit/group/' . $group->id ) )
Continue reading →
apply_filters( 'bp_get_the_profile_field_value', $field->data->value, $field->type, $field->id )
Continue reading →
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->
Continue reading →
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 →
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 →
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]->
Continue reading →
apply_filters( 'bp_get_the_profile_field_name', $field->name )
Continue reading →
apply_filters( 'bp_get_the_profile_field_input_name', 'field_' . $field->id . $array_box )
Continue reading →
apply_filters( 'bp_get_the_profile_field_is_required', (bool) $retval )
Continue reading →
apply_filters( 'bp_get_the_profile_field_id', $field->id )
Continue reading →
apply_filters( 'bp_get_the_profile_field_edit_value', $field_value, $field->type, $field->id )
Continue reading →
apply_filters( 'bp_get_the_profile_field_datebox', $html, $type, $day, $month, $year, $field->id, $date )
Continue reading →
apply_filters( 'bp_get_the_profile_field_description', $field->description )
Continue reading →
apply_filters( 'bp_get_profile_last_updated', sprintf( __('Profile updated %s', 'buddypress'), bp_core_time_since( strtotime( $last_updated ) ) ) )
Continue reading →
apply_filters( 'bp_get_profile_group_name', $group->name )
Continue reading →
apply_filters( 'bp_get_profile_field_data', xprofile_get_field_data( $field, $user_id ) )
Continue reading →
apply_filters( 'bp_get_field_css_class', ' class="' . implode( ' ', $css_classes ) . '"' )
Continue reading →
apply_filters( 'bp_get_current_profile_group_id', $profile_group_id )
Continue reading →
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 →
do_action('xprofile_template_loop_start')
Continue reading →
do_action('xprofile_template_loop_end')
Continue reading →
do_action( 'xprofile_profile_group_tabs' )
Continue reading →