bp_rest_xprofile_fields_get_item, $field, $response, $request

bp_rest_xprofile_fields_get_item, $field, $response, $request

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_rest_xprofile_fields_get_item, $field, $response, $request') is found 1 times:

  • /bp-xprofile/classes/class-bp-rest-xprofile-fields-endpoint.php line 273
    		 * @param BP_XProfile_Field $field    Fetched field object.
    		 * @param WP_REST_Response  $response The response data.
    		 * @param WP_REST_Request   $request  The request sent to the API.
    		 */
    		do_action( 'bp_rest_xprofile_fields_get_item', $field, $response, $request );
    
    		return $response;
    	}
    
    	/**
    	 * Check if a given request has access to get information about a specific XProfile field.