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



pre_trackback_post › Les Actions WordPress

Depuis4.7.0
Dépréciéen/a
do_action( 'pre_trackback_post', $post_id, $trackback_url, $charset, $title, $excerpt, $blog_name )
Paramètres: (6)
  • (int) $post_id Post ID related to the trackback.
    Requis: Oui
  • (string) $trackback_url Trackback URL.
    Requis: Oui
  • (string) $charset Character set.
    Requis: Oui
  • (string) $title Trackback title.
    Requis: Oui
  • (string) $excerpt Trackback excerpt.
    Requis: Oui
  • (string) $blog_name Site name.
    Requis: Oui
Défini(e) dans:
Codex:

Fires before the trackback is added to a post.





Source

do_action( 'pre_trackback_post', $post_id, $trackback_url, $charset, $title, $excerpt, $blog_name );