D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
endpoints
/
Filename :
class-endpoint.php
back
Copy
<?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(); }
Name
Size
Last Modified
Owner
Permissions
Actions
class-endpoint-file-size.php
1.72
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
class-endpoint-statistics.php
1.616
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
class-endpoint.php
0.46
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
2017 © D7net | D704T team