apply_filters( 'xmlrpc_allow_anonymous_comments', bool $allow )

Filters whether to allow anonymous comments over XML-RPC.


Parameters

$allow

(bool) Whether to allow anonymous commenting via XML-RPC. Default false.


Source

File: wp-includes/class-wp-xmlrpc-server.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.7.0 Introduced.