Support

Account

Home Forums Bug Reports Invalid arguments passed in class-acf-field-wysiwyg.php

Unread

Invalid arguments passed in class-acf-field-wysiwyg.php

  • Started receiving this warning recently.

    Invalid arguments passed in /wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php

    Simple fix is to check make sure the $row variable is an array:

    if ( is_array( $row ) ) {
      $data[ $key ][ $i ] = implode(',', $row);
    }
Viewing 1 post (of 1 total)

The topic ‘Invalid arguments passed in class-acf-field-wysiwyg.php’ is closed to new replies.