Yoast\WP\SEO\Integrations
XMLRPC::get_conditionals() public Yoast 1.0
Returns the conditionals based on which this loadable should be active.
In this case when the current request is an XML-RPC request.
{} Это метод класса: XMLRPC{}
Хуков нет.
Возвращает
Массив. The conditionals based on which this class should be loaded.
Использование
$result = XMLRPC::get_conditionals();
Код XMLRPC::get_conditionals() XMLRPC::get conditionals Yoast 15.6.2
public static function get_conditionals() {
return [ XMLRPC_Conditional::class ];
}