wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



xmlrpc_allow_anonymous_comments › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'xmlrpc_allow_anonymous_comments', false )
Parameter:
  • () allow Whether to allow anonymous commenting via XML-RPC. Default false.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to allow anonymous comments over XML-RPC.





Quellcode

$allow_anon = apply_filters( 'xmlrpc_allow_anonymous_comments', false );