PATH:
home
/
letacommog
/
lesfinessaveurs
/
wp-content
/
plugins
/
wordpress-seo
/
inc
/
indexables
/
validators
<?php /** * WPSEO interface file. * * @package WPSEO\Indexables */ /** * Interface WPSEO_Endpoint_Validator */ interface WPSEO_Endpoint_Validator { /** * Validates the passed request data. * * @param array $request_data The request data to validate. * * @return void */ public function validate( $request_data ); }
[+]
..
[-] class-opengraph-validator.php
[edit]
[-] class-twitter-validator.php
[edit]
[-] class-object-type-validator.php
[edit]
[-] class-keyword-validator.php
[edit]
[-] class-meta-values-validator.php
[edit]
[-] class-link-validator.php
[edit]
[-] class-endpoint-validator.php
[edit]
[-] class-robots-validator.php
[edit]