apply_filters( 'xmlrpc_allow_anonymous_comments', bool $allow )

Filters whether to allow anonymous comments over XML-RPC.


Description


Parameters

$allow

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


Top ↑

Source

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

View on Trac


Top ↑

Changelog

Version Description
2.7.0 Introduced.