xprofile_field_after_submitbox, $this
xprofile_field_after_submitbox, $this
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('xprofile_field_after_submitbox, $this') is found 1 times:
- /bp-xprofile/classes/class-bp-xprofile-field.php line 1534
* @since 2.1.0 * * @param BP_XProfile_Field $field Current instance of the field. */ do_action( 'xprofile_field_after_submitbox', $this ); } /** * Private method used to output field name and description fields. * * @since 2.3.0