pre_ping

最后更新于:2021-11-27 19:34:39

do_action_ref_array( ‘pre_ping’, string[] $post_links, string[] $pung, int $post_ID )

Fires just before pinging back links found in a post.

参数

$post_links

(string[])
Array of link URLs to be checked (passed by reference).

$pung

(string[])
Array of link URLs already pinged (passed by reference).

$post_ID

(int)
The post ID.

源文件

文件: gc-includes/comment.php

View on Trac