apply_filters( ‘pings_open’, bool $pings_open, int $post_id )

In this article

Filters whether the current post is open for pings.

Parameters

$pings_openbool
Whether the current post is open for pings.
$post_idint
The post ID.

Source

return apply_filters( 'pings_open', $pings_open, $post_id );

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

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