File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/admin/endpointsLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: 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(); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirclass-endpoint-file-size.phpFile1.72 KB Rename | Delete | Editclass-endpoint-statistics.phpFile1.62 KB Rename | Delete | Editclass-endpoint.phpFile471.00 B Rename | Delete | Edit