Continues the work started in #1046 by @msawicki to fix a PHP notice reported in #963.
From #963:
NOTICE: PHP message: PHP Notice: Array to string conversion in /var/www/html/public/wp/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php on line 424
This change will make apple_news_sections act as an array within the REST API instead of converting it to JSON for transmission to the front-end. This allows it to play better with the rest of the REST API.
Continues the work started in #1046 by @msawicki to fix a PHP notice reported in #963.
From #963:
This change will make
apple_news_sections
act as an array within the REST API instead of converting it to JSON for transmission to the front-end. This allows it to play better with the rest of the REST API.