pings_open

最后更新于:2021-11-27 14:25:33

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

Filters whether the current post is open for pings.

参数

$open

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

$post_id

(int)
The post ID.

源文件

文件: gc-includes/comment-template.php

View on Trac