PATH:
home
/
letacommog
/
rachat-or-bourgenbresse
/
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(); }
[+]
..
[-] abstract-indexation-route.php
[edit]
[-] yoast-head-rest-field.php
[edit]
[-] .htaccess
[edit]
[-] indexables-head-route.php
[edit]
[-] route-interface.php
[edit]
[-] indexing-route.php
[edit]
[-] semrush-route.php
[edit]