); $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
RK-ARMS TEAM – Športový Strelecký Klub Prešov

Športovo-strelecký klub RK-ARMS TEAM

Si nadšenec streľby a chceš sa posunúť na vyšší level? Staň sa členom RK-ARMS TEAM a získaj exkluzívne výhody v rámci nášho športového streleckého klubu!

Čo ti ponúka členstvo?
✅ Neobmedzený tréningový čas na našej 15 m krytej strelnici – strieľaj kedykoľvek v rámci otváracích hodín!
✅ Žiadne brigády – venuj sa len tomu, čo ťa baví – streľbe!
✅ Klubová súťaž v cene členstva – porovnaj si sily s ostatnými strelcami v priateľskej atmosfére.
✅ Súťažné príležitosti – klub zabezpečuje účasť na streleckých podujatiach.
✅ Prístup k oceľovým terčom – vychutnaj si dynamickú streľbu na gongy a poppery.
✅ Zľavy v pripravovanom obchode so zbraňami a strelivom – ušetríš na vybavení.
✅ Možnosť priniesť nečlena klubu – strieľaj so svojimi priateľmi bez obmedzení!

💥 Buď súčasťou komunity elitných strelcov! 💥

📞 Viac info a registrácia: 0911 597 784
📍 Kde nás nájdeš? RK-ARMS, Masarykova 26, Prešov

Pridaj sa k nám a staň sa lepším strelcom s RK-ARMS TEAM! 🔥

Stiahni si prihlášku

V prípade, že sa chceš pridať do nášho klubu, vyplň túto prihlášku a prines nám ju osobne, alebo odošli na mail strelnicapo@gmail.com

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