• Hi Team,

    Right not on ‘/wp-admin/admin.php?page=apple_news_index’ page we get details such as ‘Title, Last updated at, Apple News Status, Sync Status’. can we get some additional details such as ‘Error message’. if any article failed in api sync. do we store that error message anywhere in DB, for each article? how i can get the failure details?

Viewing 1 replies (of 1 total)
  • @kirantmbi errors should be stored in the apple_news_api_errors post meta value. You can view this by using WP CLI wp post meta get <post_id> apple_news_api_errors or by using a plugin that shows Post Meta on the post edit screen.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.