apply_filters( 'post_types_to_delete_with_user', string[] $post_types_to_delete , int $id )
Filters the list of post types to delete with a user.
Parameters
- $post_types_to_delete
-
Array of post types to delete.
- $id
-
User ID.
Source
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |