trashed_post

trashed_post

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('trashed_post') is found 2 times:

  • /wp-includes/class-wp-customize-manager.php line 3128
    3125
    3126
    3127
    3128
    3129
    3130
    3131
    3132
    3133
    3134
        wp_trash_post_comments( $post_id );
     
        /** This action is documented in wp-includes/post.php */
        do_action( 'trashed_post', $post_id, $previous_status );
     
        return $post;
    }
     
    /**
     * Handles request to trash a changeset.
  • /wp-includes/post.php line 3953
    3949
    3950
    3951
    3952
    3953
    3954
    3955
    3956
    3957
    3958
    3959
         *
         * @param int    $post_id         Post ID.
         * @param string $previous_status The status of the post at the point where it was trashed.
         */
        do_action( 'trashed_post', $post_id, $previous_status );
     
        return $post;
    }
     
    /**
     * Restores a post from the Trash.

See this hook used in plugins: