Ajax sends two empty arrays and one filled, PHP receives only the full one – WordPress
I'm completely new to PHP. Working with ajax, php and WordPress I'm sending an object with ajax: let import_data = { action: 'import_data', data: { first_array: [], // this one is empty second_array: [], // this one too third_array: [1,2,3]…