Yoast\WP\SEO\Routes
Route_Interface{}└─ Loadable_Interface
Route interface.
Хуков нет.
Использование
$Route_Interface = new Route_Interface(); // use class methods
Методы
- public register_routes()
Код Route_Interface{} Route Interface{} Yoast 28.0
interface Route_Interface extends Loadable_Interface {
/**
* Registers routes with WordPress.
*
* @return void
*/
public function register_routes();
}