PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
routes
<?php namespace Yoast\WP\SEO\Routes; use Yoast\WP\SEO\Loadable_Interface; /** * Route interface. */ interface Route_Interface extends Loadable_Interface { /** * Registers routes with WordPress. * * @return void */ public function register_routes(); }
[-] wincher-route.php
[edit]
[-] importing-route.php
[edit]
[-] first-time-configuration-route.php
[edit]
[-] yoast-head-rest-field.php
[edit]
[-] indexing-route.php
[edit]
[-] workouts-route.php
[edit]
[-] semrush-route.php
[edit]
[-] endpoint-interface.php
[edit]
[-] abstract-indexation-route.php
[edit]
[-] alert-dismissal-route.php
[edit]
[-] integrations-route.php
[edit]
[-] indexables-head-route.php
[edit]
[-] abstract-action-route.php
[edit]
[-] supported-features-route.php
[edit]
[-] meta-search-route.php
[edit]
[+]
..
[-] route-interface.php
[edit]