xprofile_group_submitbox_start, $this

xprofile_group_submitbox_start, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('xprofile_group_submitbox_start, $this') is found 1 times:

  • /bp-xprofile/classes/class-bp-xprofile-group.php line 969
    											 * @since 2.1.0
    											 *
    											 * @param BP_XProfile_Group $field_group Current instance of the field group.
    											 */
    											do_action( 'xprofile_group_submitbox_start', $this ); ?>
    
    											<input type="hidden" name="group_order" id="group_order" value="<?php echo esc_attr( $this->group_order ); ?>" />
    											<div id="publishing-action">
    												<input type="submit" name="save_group" value="<?php echo esc_attr( $button ); ?>" class="button-primary"/>
    											</div>
    											<div id="delete-action">