wpseek.com
WordPress开发者和主题制作者的搜索引擎



pre_ping › WordPress动作钩子

Since2.0.0
已弃用n/a
do_action_ref_array( 'pre_ping', array( &$post_links, &$pung, $post->ID )
参数: (3)
  • (string[]) $post_links Array of link URLs to be checked (passed by reference).
    Required: Yes
  • (string[]) $pung Array of link URLs already pinged (passed by reference).
    Required: Yes
  • (int) $post_id The post ID.
    Required: Yes
定义在:
文档:

Fires just before pinging back links found in a post.





源码

do_action_ref_array( 'pre_ping', array( &$post_links, &$pung, $post->ID ) );