apply_filters( 'rest_allow_anonymous_comments', bool $allow_anonymous, WP_REST_Request $request )

Filter whether comments can be created without authentication.


Description Description

Enables creating comments for anonymous users.


Parameters Parameters

$allow_anonymous

(bool) Whether to allow anonymous comments to be created. Default false.

$request

(WP_REST_Request) Request used to generate the response.


Top ↑

Source Source

File: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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