Update table through REST
-
Hi there,
I am trying to update my ACF table through WP REST API, without success.
After sending POST/PUT request, I get other fields updated, but table field disappears.I found this error in log:
PHP Warning: urldecode() expects parameter 1 to be string, array given in /wp-content/plugins/advanced-custom-fields-table-field/acf-table-v5.php on line 380which is
$value = urldecode( str_replace( '%5C', '%5C%5C', $value ) );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Update table through REST’ is closed to new replies.