apply_filters( 'xmlrpc_allow_anonymous_comments', bool $allow )
Filters whether to allow anonymous comments over XML-RPC.
Description Description
Parameters Parameters
- $allow
-
(bool) Whether to allow anonymous commenting via XML-RPC. Default false.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |