Filter hook 'users_have_additional_content'

in WP Core File wp-admin/users.php at line 311

Description

Filters whether the users being deleted have additional content associated with them outside of the `post_author` and `link_owner` relationships.

Occurrences

Filename Line Number
wp-admin/users.php 311

Parameters

Type Name Description
bool $users_have_additional_content Whether the users have additional content. Default false.
int[] $user_ids Array of IDs for users being deleted.

PHP Doc

/**
		 * Filters whether the users being deleted have additional content
		 * associated with them outside of the `post_author` and `link_owner` relationships.
		 *
		 * @since 5.2.0
		 *
		 * @param bool  $users_have_additional_content Whether the users have additional content. Default false.
		 * @param int[] $user_ids                      Array of IDs for users being deleted.
		 */