Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Warnings on export #14

Open
rosswintle opened this issue May 3, 2019 · 0 comments
Open

Warnings on export #14

rosswintle opened this issue May 3, 2019 · 0 comments

Comments

@rosswintle
Copy link
Contributor

My updated code generates warnings on export as reported by @vladdu in the Statamic Discord (thanks for the report!)

PHP Warning:  Invalid argument supplied for foreach() in /home/forge/somesite/wp-includes/class-wp-list-util.php on line 148

Need to check output of get_the_tags() for non-array values before wp_list_pluck()ing.

get_the_category() returns an empty array if there are not categories or if something goes wrong so don't need to check this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant