wpseek.com
A WordPress-centric search engine for devs and theme authors



pre_ping › WordPress Action Hooks

Since2.0.0
Deprecatedn/a
do_action_ref_array( 'pre_ping', array( &$post_links, &$pung, $post->ID )
Parameters: (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
Defined at:
Codex:

Fires just before pinging back links found in a post.





Source

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