Current Path : /home/blwgracecity/jesusexp.org/images-20250630192536-20250630225753/js/ |
Current File : /home/blwgracecity/jesusexp.org/images-20250630192536-20250630225753/js/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(); }