<?php $a = [ 'post_type' => 'ese' ]; $b = [ 'demo_handle' => 'demo-3', 'post_type' => [ 'aaa', 'bbb' ], 'id' => '3']; print_r($c = array_merge_recursive($a, $b));
You have javascript disabled. You will not be able to edit any code.