wp-admin/includes/class-wp-terms-list-table.php:766Returns a clean label for the primary (Name) column's row header aria-label.
$termWP_Termstring protected function get_primary_column_aria_label( $term ) { // Term names are already sanitized via `sanitize_term()` on creation and update. return $term->name; }Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
src/wp-admin/includes/class-wp-terms-list-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.