• Resolved grrog

    (@grrog)


    Hi

    I have this warning when I install the plugin:
    Warning: array_merge(): Argument #2 is not an array in …/wp-content/plugins/wc-order-export/wcexord_export.php on line 160

    How to solve this ?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sarkparanjothi

    (@sarkparanjothi)

    Hi, @grrog,
    Sorry for that issue,
    Please follow my instruction for quick fix.
    open/wp-content/plugins/wc-order-export/wcexord_export.php this file and goto line number 131 copy the line

    $custom_meta = array();

    and paste before 128

    if( function_exists( “wcff” ) ){

    Save the file, it will work.

    Thanks

    Thread Starter grrog

    (@grrog)

    It works thanks. Sorry for my late response! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP warning’ is closed to new replies.