Filter hook 'allow_empty_comment'

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

Description

Filters whether to allow anonymous comments over XML-RPC.

Occurrences

Filename Line Number
wp-includes/class-wp-xmlrpc-server.php 4007
wp-includes/comment.php 3662
wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php 1903

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.
		 */