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



pre_comment_user_agent › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'pre_comment_user_agent', ( isset( $commentdata['comment_agent'] )
Parameter:
  • (string) $comment_agent The comment author's browser user agent.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment author's browser user agent before it is set.





Quellcode

$commentdata['comment_agent'] = apply_filters( 'pre_comment_user_agent', ( isset( $commentdata['comment_agent'] ) ? $commentdata['comment_agent'] : '' ) );