wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



pre_ping › WordPress Action Hooks

Seit2.0.0
Veraltetn/v
do_action_ref_array( 'pre_ping', array( &$post_links, &$pung, $post->ID )
Parameter: (3)
  • (string[]) $post_links Array of link URLs to be checked (passed by reference).
    Erforderlich: Ja
  • (string[]) $pung Array of link URLs already pinged (passed by reference).
    Erforderlich: Ja
  • (int) $post_id The post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Fires just before pinging back links found in a post.





Quellcode

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