golden hour
/home/godaofbq/elite-hyperbarics.com/wp-content/plugins/wordpress-seo/admin/endpoints
⬆️ Go Up
Upload
File/Folder
Size
Actions
class-endpoint-file-size.php
1.72 KB
Del
OK
class-endpoint-statistics.php
1.62 KB
Del
OK
class-endpoint.php
471 B
Del
OK
Edit: 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(); }
Save