apply_filters( ‘xmlrpc_allow_anonymous_comments’, bool $allow )

In this article

Filters whether to allow anonymous comments over XML-RPC.

Parameters

$allowbool
Whether to allow anonymous commenting via XML-RPC.
Default false.

Source

$allow_anon = apply_filters( 'xmlrpc_allow_anonymous_comments', false );

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.