apply_filters( 'post_types_to_delete_with_user', array $post_types_to_delete, int $id )

Filters the list of post types to delete with a user.


Parameters

$post_types_to_delete

(array) Post types to delete.

$id

(int) User ID.


Source

File: wp-admin/includes/user.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.4.0 Introduced.