wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



pre_ping › Les Actions WordPress

Depuis2.0.0
Dépréciéen/a
do_action_ref_array( 'pre_ping', array( &$post_links, &$pung, $post->ID )
Paramètres: (3)
  • (string[]) $post_links Array of link URLs to be checked (passed by reference).
    Requis: Oui
  • (string[]) $pung Array of link URLs already pinged (passed by reference).
    Requis: Oui
  • (int) $post_id The post ID.
    Requis: Oui
Défini(e) dans:
Codex:

Fires just before pinging back links found in a post.





Source

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