apply_filters( 'pings_open', bool $open, int $post_id )

Filters whether the current post is open for pings.


Description Description


Parameters Parameters

$open

(bool) Whether the current post is open for pings.

$post_id

(int) The post ID.


Top ↑

Source Source

File: wp-includes/comment-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.