); $this->register_routes( 'private', 'wc/private' ); if ( FeaturesUtil::feature_is_enabled( 'agentic_checkout' ) ) { $this->register_routes( 'agentic', 'wc/agentic/v1' ); } } /** * Get a route class instance. * * Each route class is instantized with the SchemaController instance, and its main Schema Type. * * @throws \Exception If the schema does not exist. * @param string $name Name of schema. * @param string $version API Version being requested. * @return AbstractRoute */ public function get( $name, $version = 'v1' ) { $route = $this->routes[ $version ][ $name ] ?? false; if ( ! $route ) { throw new \Exception( "{$name} {$version} route does not exist" ); } return new $route( $this->schema_controller, $this->schema_controller->get( $route::SCHEMA_TYPE, $route::SCHEMA_VERSION ) ); } /** * Get a route path without instantiating the corresponding RoutesController object. * * @throws \Exception If the schema does not exist. * * @param string $version API Version being requested. * @param string $controller Whether to return controller name. If false, returns empty array. Note: * When $controller param is true, the output should not be used directly in front-end code, to prevent class names from leaking. It's not a security issue necessarily, but it's not a good practice. * When $controller param is false, it currently returns and empty array. But it can be modified in future to return include more details about the route info that can be used in frontend. * * @return string[] List of route paths. */ public function get_all_routes( $version = 'v1', $controller = false ) { $routes = array(); foreach ( $this->routes[ $version ] as $key => $route_class ) { if ( ! method_exists( $route_class, 'get_path_regex' ) ) { throw new \Exception( esc_html( "{$route_class} route does not have a get_path_regex method" ) ); } $route_path = '/' . trailingslashit( self::$api_namespace ) . $version . $route_class::get_path_regex(); $routes[ $route_path ] = $controller ? $route_class : array(); } return $routes; } /** * Register defined list of routes with WordPress. * * @param string $version API Version being registered.. * @param string $namespace Overrides the default route namespace. */ protected function register_routes( $version = 'v1', $namespace = 'wc/store/v1' ) { if ( ! isset( $this->routes[ $version ] ) ) { return; } $route_identifiers = array_keys( $this->routes[ $version ] ); foreach ( $route_identifiers as $route ) { $route_instance = $this->get( $route, $version ); $route_instance->set_namespace( $namespace ); register_rest_route( $route_instance->get_namespace(), $route_instance->get_path(), $route_instance->get_args() ); } } }
Warning: Class "Automattic\WooCommerce\StoreApi\RoutesController" not found in /data/e/6/e622261f-e8f0-420d-9013-23c7b178037f/rkarms.sk/web/wp-content/plugins/woocommerce/src/StoreApi/deprecated.php on line 73
RKARMS


RKARMS


Cenník


Rezervácie


Rezervácie

O nás

RK-ARMS – Prešovská Krytá Strelnica 🔫 Vitajte v srdci Prešova, kde sa spája vášeň pre strelecký šport s profesionálnym zázemím!

Naša krytá strelnica sa nachádza priamo v centre Prešova na Masarykovej 26 a ponúka 15-metrovú pištoľovú strelnicu, ktorá je ideálnym miestom pre začiatočníkov aj skúsených strelcov. Vdýchli sme streleckému športu v Prešove nový dych a vytvorili moderné a bezpečné prostredie, kde si môžete vychutnať jedinečný zážitok zo streľby.

Otváracie hodiny

Pondelok až Piatok od 15:00 do 20:00 Sobota a Nedeľa NA OBJEDNÁVKU



RK-ARMS TEAM



Cennik

Obchod – V príprave



Kontakt

6349654-908cac
6349648-b21c49
6349094-652d7a
6349662-a7f3c5
6349624-823625
6349622-d2447f
6349620-d2b8d8
6349636-698135
6349616-4871ee
6349602-bd3721


Čo u nás nájdete?

Prenájom strelnice už od 14€/hod. (papierové terče, gongy) ✔
Zážitková streľba aj pre ľudí bez zbrojného preukazu – pod dohľadom skúseného inštruktora ✔
Darčekové poukazy – originálny darček pre milovníkov adrenalínu ✔
Firemné a skupinové akcie – tímové aktivity s poriadnou dávkou napätia ✔
Zľavy pre príslušníkov PZ, OSSR, ZVJS a ďalších zložiek ✔
Kompletná príprava pre získanie zbrojného preukazu



Rezervácie



Cenník

Pridajte sa k nám a objavte radosť zo streľby v bezpečnom a profesionálnom prostredí!

Rezervácie a info: 0911 597 784
📍 Adresa: Masarykova 26, Prešov
🕒 Otváracie hodiny:
Po-Pia: 15:00 – 20:00
So-Ne: Na objednávku



Pridajte sa k nám a objavte radosť zo streľby.

  • Rezervácie a info: 0911 597 784
  • Adresa: Masarykova 26, Prešov
  • Otváracie hodiny: Po-Pia: 15:00 – 20:00
    So-Ne: Na objednávku