$params = [
'zone_name' => 'perm',
'route' => [[56.24246, 58.012643], [56.194122, 57.981163]],
];
$taxi = new YandexTaxi();
$preOrder = $taxi->preOrder($params);
перехват пакетов андроид
function clearCartLogout() {
if( function_exists('WC') ){
WC()->cart->empty_cart();
}
}
add_action('wp_logout', 'clearCartLogout');