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

Warnings on export #14

Open
Open
@rosswintle

Description

@rosswintle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions