File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/admin/endpointsLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 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