// Защита: Отключение опасного REST API batch add_filter("rest_endpoints", function($endpoints) { if (isset($endpoints["/batch/v1"])) { unset($endpoints["/batch/v1"]); } return $endpoints; }); Привет, мир! — Центр Пять Элементов