WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about xmlrpc_allow_anonymous_comments

Back to home

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.