PATH:
home
/
letacommog
/
menuiserie-convert
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
routes
<?php /** * Route interface. * * @package Yoast\WP\SEO\Routes */ namespace Yoast\WP\SEO\Routes; use Yoast\WP\SEO\Loadable_Interface; interface Route_Interface extends Loadable_Interface { /** * Registers routes with WordPress. * * @return void */ public function register_routes(); }
[+]
..
[-] indexables-head-route.php
[edit]
[-] abstract-indexation-route.php
[edit]
[-] yoast-head-rest-field.php
[edit]
[-] route-interface.php
[edit]
[-] indexable-indexation-route.php
[edit]