<?php $array_one = [ (object) ['pa_menu_endpoint' => 1], (object) ['pa_menu_endpoint' => 3], ]; $array_tow = [1, 2, 3, 4]; var_export( array_diff( $array_tow, array_column($array_one, 'pa_menu_endpoint') ) );
You have javascript disabled. You will not be able to edit any code.