haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
proc
/
self
/
cwd
/
wp-content
/
updraft
/
plugins-old
/
wordpress-seo
/
src
/
routes
/
Filename :
route-interface.php
back
Copy
<?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(); }