xprofile_field_before_contentbox, $this
xprofile_field_before_contentbox, $this
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('xprofile_field_before_contentbox, $this') is found 1 times:
- /bp-xprofile/classes/class-bp-xprofile-field.php line 1376
* @since 2.3.0 * * @param BP_XProfile_Field $field Current instance of the field. */ do_action( 'xprofile_field_before_contentbox', $this ); // Output the field attributes metabox. $this->type_metabox(); // Output hidden inputs for default field. $this->default_field_hidden_inputs();