apply_filters( 'user_edit_taxonomies', string $tax_list, array $taxonomies, WP_User $profile_user )

Filters a pre-formatted HTML table list of user taxonomy terms.


Parameters

$tax_list

(string) An HTML-formatted table list of taxonomy terms with input checkboxes.

$taxonomies

(array) An array of user taxonomy objects.

$profile_user

(WP_User) The current WP_User object.


Source

File: wp-admin/user-edit.php

View on GitHub


Changelog

Changelog
Version Description
CP-2.1.0 Introduced. CP-2.1.0