$value) { $output[$key] = "0"; } foreach ($input as $key => $value) { if (array_key_exists($key, $option['options']) && $value) { $output[$key] = "1"; } } } return $output; } add_filter('nimbus_filter_multicheck', 'nimbus_filter_multicheck', 10, 2);