Filters whether the current post is open for pings.
$pings_openbool$post_idintwp-includes/comment-template.php:1354pings_open() * * @since 2.5.0 * * @param bool $pings_open Whether the current post is open for pings. * @param int $post_id The post ID. */ return apply_filters( 'pings_open', $pings_open, $post_id );} /** * Displays form token for unfiltered comments. * * Will only display nonce token if the current user has permissions forIntroduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.