Open mohammad983 opened 6 years ago
this is not supported directly but you can try to use the CustomRequest API to pass your own custom DTO object for deserialization: https://github.com/wp-net/WordPressPCL/wiki/CustomRequests
this is not supported directly but you can try to use the CustomRequest API to pass your own custom DTO object for deserialization: https://github.com/wp-net/WordPressPCL/wiki/CustomRequests
The example is about ContactForm. Could you please add an example for ACF?
Hello Every One Please Provide Example For Advanced Custom Fields PRO
In ACF-Pro (advanced custom field pro) plugin, there is a repeater filed. The repeater field posts its data as a multi-dimensional array where each row of data is defined as an array of subfield values. The subfield values use the sub field's key or name as the array key. I used WordPressSharp to send the data to the repeater filed. but It seems the library does not support multi-dimensional in custom fields function. Is it support in WordPressPCL?