wp-admin/includes/class-wp-terms-list-table.php:588$tagWP_TermstringOne hook fires while WP_Terms_List_Table::column_slug() runs, in this order:
Filters the editable slug for a post or term.
public function column_slug( $tag ) { /** This filter is documented in wp-admin/edit-tag-form.php */ return apply_filters( 'editable_slug', $tag->slug, $tag ); }Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
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.