wp_comment_reply

Advertisement

Summery Summery

Filters the in-line comment reply-to form output in the Comments list table.

Syntax Syntax

apply_filters( 'wp_comment_reply', string $content, array $args )

Description Description

Returning a non-empty value here will short-circuit display of the in-line comment-reply form in the Comments list table, echoing the returned value instead.

Parameters Parameters

$content

The reply-to form content.

$args

An array of default args.

Source Source

File: wp-admin/includes/template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

See also See also

Advertisement

Leave a Reply