Warning: in_array() expects parameter 2 to be array, string given in C:\wamp\www\mytheme\wp-content\themes\mytheme\library\inc\metaboxes\meta_box.php on line 113 #29
First of all, thanks for sharing your work, everything is good. I just had this error message for the Post List field
"Warning: in_array() expects parameter 2 to be array, string given in C:\wamp\www\mytheme\wp-content\themes\mytheme\library\inc\metaboxes\meta_box.php on line 113"
The only change made was :
$sample_box = new custom_add_meta_box( 'sample_box', 'Sample Box', $fields, array('post','page','portfolio'), true );
But it's also broken if I let the post_type at "page"
Hi,
First of all, thanks for sharing your work, everything is good. I just had this error message for the Post List field
"Warning: in_array() expects parameter 2 to be array, string given in C:\wamp\www\mytheme\wp-content\themes\mytheme\library\inc\metaboxes\meta_box.php on line 113"
The only change made was : $sample_box = new custom_add_meta_box( 'sample_box', 'Sample Box', $fields, array('post','page','portfolio'), true );
But it's also broken if I let the post_type at "page"