apply_filters( 'pings_open', bool $open , int $post_id )
Filters whether the current post is open for pings.
Parameters
- $open
-
Whether the current post is open for pings.
- $post_id
-
The post ID.
Source
Changelog
Version | Description |
---|---|
WP-2.5.0 | Introduced. |