array_shift() expects parameter 1 to be array, boolean given
-
I get the following error on line 286 when trying to add a buddypress group:
array_shift() expects parameter 1 to be array, boolean given
Here is line 286:
if(is_page() && ($this->settings[‘beforepage’] || $this->settings[‘afterpage’]) && array_shift(get_post_meta(get_the_ID(), $this->hideCustomMetaKey)) != ‘true’)
If I deactivate the plugin, the error does not come back. Suggestions?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘array_shift() expects parameter 1 to be array, boolean given’ is closed to new replies.