We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support PHP Error Reply To: PHP Error

#11934
Tom
Keymaster

Hi there,

Thanks for reporting this.

Can you try replacing this:

if ( count( $post_meta_users ) != 0 ) {

With this?:

if ( count( (array) $post_meta_users ) != 0 ) {

Does it fix the warning?