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



after_delete_post › WordPress Action Hooks

Seit5.5.0
Veraltetn/v
do_action( 'after_delete_post', $post_id, $post )
Parameter: (2)
  • () post_id Post ID.
    Erforderlich: Ja
  • () post Post object.
    Erforderlich: Ja
Siehe:
  • wp_delete_post()
Definiert in:
Codex:

Fires after a post is deleted, at the conclusion of wp_delete_post().





Quellcode

do_action( 'after_delete_post', $post_id, $post );