Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-xmlrpc-server.php | apply_filters | 3901 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $allow | Whether to allow anonymous commenting via XML-RPC. |