bp_xprofile_field_type_checkbox, $this

bp_xprofile_field_type_checkbox, $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, $this') is found 1 times:

  • /bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php line 44
    		 * @since 2.0.0
    		 *
    		 * @param BP_XProfile_Field_Type_Checkbox $field_type Current instance of the field type class.
    		 */
    		do_action( 'bp_xprofile_field_type_checkbox', $this );
    	}
    
    	/**
    	 * Output the edit field HTML for this field type.
    	 *
    	 * Must be used inside the {@link bp_profile_fields()} template loop.