• File: route-interface.php
  • Full Path: /home/matthif/www/wp-content/plugins/wordpress-seo/src/routes/route-interface.php
  • Date Modified: 02/24/2024 11:29 PM
  • File size: 267 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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();
}