PHP 8.2.31
Preview: class-endpoint.php Size: 471 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php

<?php
/**
 * WPSEO plugin file.
 *
 * @package WPSEO\Admin\Endpoints
 */

/**
 * Dictates the required methods for an Endpoint implementation.
 */
interface WPSEO_Endpoint {

	/**
	 * Registers the routes for the endpoints.
	 *
	 * @return void
	 */
	public function register();

	/**
	 * Determines whether or not data can be retrieved for the registered endpoints.
	 *
	 * @return bool Whether or not data can be retrieved.
	 */
	public function can_retrieve_data();
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
1.72 KB lrw-r--r-- 2024-01-19 15:31:02
Edit Download
1.62 KB lrw-r--r-- 2024-01-19 15:31:02
Edit Download
471 B lrw-r--r-- 2018-03-20 20:19:04
Edit Download

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