bp_xprofile_field_type_selectbox, $this
bp_xprofile_field_type_selectbox, $this
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_xprofile_field_type_selectbox, $this') is found 1 times:
- /bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php line 42
* @since 2.0.0 * * @param BP_XProfile_Field_Type_Selectbox $field_type Current instance of the field type class. */ do_action( 'bp_xprofile_field_type_selectbox', $this ); } /** * Output the edit field HTML for this field type. * * Must be used inside the {@link bp_profile_fields()} template loop.