PHP 8.2.31
Preview: endpoint-interface.php Size: 451 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wordpress-seo/src/routes/endpoint/endpoint-interface.php

<?php

namespace Yoast\WP\SEO\Routes\Endpoint;

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;
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
451 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.63 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
843 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).