PHPackages                             moderntribe/square1-routes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. moderntribe/square1-routes

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

moderntribe/square1-routes
==========================

Provides route wrappers for square one.

5.0.0(1w ago)0111GPL-2.0-onlyPHPPHP ^8.1

Since Aug 19Pushed 1w ago1 watchersCompare

[ Source](https://github.com/moderntribe/square1-routes)[ Packagist](https://packagist.org/packages/moderntribe/square1-routes)[ RSS](/packages/moderntribe-square1-routes/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (14)Used By (0)

Routes
------

[](#routes)

Examples can be found in: `wp-content/plugins/core/src/Routes/`

### Registering a route

[](#registering-a-route)

#### REST Route

[](#rest-route)

Create a new class in `wp-content/plugins/core/src/Routes/` that extends `Tribe\Libs\Routes\Abstract_REST_Route`

```
