Hi
I'm using the MB views to get taxonomy or a Select field with multiple from authors
{% for item in author.user_select_certifikat %}
{{ item.label }}
{% endfor %}
But I have found an error or something.
When the MB views are getting output, it works fine, but only if an author have created one or more post!
If the author have not created a post, then I'm getting this error:
Warning: array_merge() [function.array-merge]: Expected parameter 1 to be an array, null given in /wp-content/plugins/mb-views/src/Renderer/User.php on line 15
Can you please fix, so the author does not have to create a post to work 🙂
Regards