Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: comment_form_default_fields

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
2432      );
2433
2434      /**
2435       * Filters the default comment form fields.
2436       *
2437       * @since 3.0.0
2438       *
2439       * @param string[] $fields Array of the default comment fields.
2440       */
2441      $fields = apply_filters( 'comment_form_default_fields', $fields );
2442
2443      $defaults = array(
2444           'fields'               => $fields,
2445           'comment_field'        => sprintf(
2446                '<p class="comment-form-comment">%s %s</p>',
2447                sprintf(
2448                     '<label for="comment">%s%s</label>',
2449                     _x( 'Comment', 'noun' ),
2450                     $required_indicator