PATH:
home
/
letacommog
/
les-compagnons-exterieur
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
conditionals
<?php namespace Yoast\WP\SEO\Conditionals; /** * Conditional that is met when the current request is an XML-RPC request. */ class XMLRPC_Conditional implements Conditional { /** * Returns whether the current request is an XML-RPC request. * * @return boolean `true` when the current request is an XML-RPC request, `false` if not. */ public function is_met() { return ( \defined( 'XMLRPC_REQUEST' ) && \XMLRPC_REQUEST ); } }
[+]
..
[-] no-conditionals-trait.php
[edit]
[-] jetpack-conditional.php
[edit]
[-] no-tool-selected-conditional.php
[edit]
[-] breadcrumbs-enabled-conditional.php
[edit]
[-] yoast-admin-and-dashboard-conditional.php
[edit]
[-] xmlrpc-conditional.php
[edit]
[-] woocommerce-conditional.php
[edit]
[-] front-end-conditional.php
[edit]
[-] feature-flag-conditional.php
[edit]
[-] get-request-conditional.php
[edit]
[-] yoast-tools-page-conditional.php
[edit]
[-] primary-category-conditional.php
[edit]
[-] semrush-enabled-conditional.php
[edit]
[-] conditional-interface.php
[edit]
[-] the-events-calendar-conditional.php
[edit]
[-] web-stories-conditional.php
[edit]
[-] open-graph-conditional.php
[edit]
[-] admin-conditional.php
[edit]
[+]
third-party
[+]
admin
[-] schema-blocks-conditional.php
[edit]
[-] migrations-conditional.php
[edit]
[-] development-conditional.php
[edit]
[-] headless-rest-endpoints-enabled-conditional.php
[edit]
[-] should-index-links-conditional.php
[edit]