users_have_additional_content

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'users_have_additional_content', bool $users_have_additional_content, int[] $userids )

Parameters Parameters

$users_have_additional_content

Whether the users have additional content. Default false.

$userids

Array of IDs for users being deleted.

Source Source

File: wp-admin/users.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Advertisement

Leave a Reply