Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
tech14

Error with Toolset Type Checkbox when exporting

There is a problem when I’m doing an export of custom post with Toolset Type checkbox field :

Backend fatal error: PHP Fatal error: Uncaught TypeError: array_filter(): Argument #1 ($array) must be of type array, bool given in /xxxxx.fr/wp-content/plugins/admin-columns-pro/addons/types/classes/Export/Field/Checkboxes.php:17\

In wp-content/plugins/admin-columns-pro/addons/types/classes/Export/Field/Checkboxes.php

I replace :
array_filter( $field->get_values_as_labels( $id ) )

by :
array_filter( (array)$field->get_values_as_labels( $id ) )

Best regards,
Guillaume

4 months, 2 weeks ago
Stefan van den Dungen Gronovius
Developer

Thanks for your feedback.
We patched this for the next release.

4 months, 2 weeks ago

You must be logged in to reply to this topic.