Filter: hivepress/v1/routes

apply_filters( 'hivepress/v1/routes', $routes ) → {array}

Filters URL routes registered by HivePress. If you customize the route URLs using this hook, don't forget to refresh permalinks afterwards.

Parameters:
Name Type Description
$routes array

Route configurations.

Source:
Returns:

Route configurations.

Type
array