Filter hook 'xmlrpc_allow_anonymous_comments'

in WP Core File wp-includes/class-wp-xmlrpc-server.php at line 3915

Description

Filters whether to allow anonymous comments over XML-RPC.

Occurrences

Filename Line Number
wp-includes/class-wp-xmlrpc-server.php 3915

Parameters

Type Name Description
bool $allow Whether to allow anonymous commenting via XML-RPC. Default false.

PHP Doc

/**
		 * Filters whether to allow anonymous comments over XML-RPC.
		 *
		 * @since 2.7.0
		 *
		 * @param bool $allow Whether to allow anonymous commenting via XML-RPC.
		 *                    Default false.
		 */