| Linux webm007.cluster106.gra.hosting.ovh.net 6.18.23-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Apr 22 15:33:38 CEST 2026 x86_64 Path : /home/e/g/l/eglisebaa/www/wp-content/plugins/wordpress-seo/src/routes/ |
| Current File : /home/e/g/l/eglisebaa/www/wp-content/plugins/wordpress-seo/src/routes/route-interface.php |
<?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();
}