Summery Summery
Filter whether comments can be created without authentication.
Syntax Syntax
Description Description
Enables creating comments for anonymous users.
Parameters Parameters
- $allow_anonymous
-
Whether to allow anonymous comments to be created. Default
false
. - $request
-
Request used to generate the response.
Source Source
File: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |