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