bp_xprofile_field_type_checkbox_acceptance, $this

bp_xprofile_field_type_checkbox_acceptance, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

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

  • /bp-xprofile/classes/class-bp-xprofile-field-type-checkbox-acceptance.php line 69
    		 * @since 8.0.0
    		 *
    		 * @param BP_XProfile_Field_Type_Checkbox_Acceptance $field_type Current instance of the field type class.
    		 */
    		do_action( 'bp_xprofile_field_type_checkbox_acceptance', $this );
    
    		// Make sure it's not possible to edit an accepted Checkbox Acceptance field.
    		add_filter( 'bp_xprofile_set_field_data_pre_validate', array( $this, 'enforce_field_value' ), 10, 2 );
    	}