alleyinteractive / apple-news

The Publish to Apple News plugin enables your WordPress blog content to be published to your Apple News channel.
https://wordpress.org/plugins/publish-to-apple-news/
GNU General Public License v3.0
155 stars 71 forks source link

Fix issue with apple_news_section throwing notice when being cast as a string #1083

Closed srtfisher closed 8 months ago

srtfisher commented 8 months ago

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.

msawicki commented 8 months ago

Thank you! I'll close my PR in favor of this one.