Yoast\WP\SEO\Dashboard\Domain\Endpoint
Endpoint_Interface{}
Хуков нет.
Использование
$Endpoint_Interface = new Endpoint_Interface(); // use class methods
Методы
- public get_name()
- public get_namespace()
- public get_route()
- public get_url()
Код Endpoint_Interface{} Endpoint Interface{} Yoast 24.4
interface Endpoint_Interface { /** * Gets the name. * * @return string */ public function get_name(): string; /** * Gets the namespace. * * @return string */ public function get_namespace(): string; /** * Gets the route. * * @return string */ public function get_route(): string; /** * Gets the URL. * * @return string */ public function get_url(): string; }