bp_xprofile_field_set_member_type, $this

bp_xprofile_field_set_member_type, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

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

  • /bp-xprofile/classes/class-bp-xprofile-field.php line 779
    		 * @since 2.4.0
    		 *
    		 * @param BP_XProfile_Field $field Current instance of the field.
    		 */
    		do_action( 'bp_xprofile_field_set_member_type', $this );
    
    		// Refetch fresh items from the database.
    		return $this->get_member_types();
    	}
    
    	/**