wp-admin/includes/class-wp-posts-list-table.php:1116$postWP_Post$classesstring$datastring$primarystring protected function _column_title( $post, $classes, $data, $primary ) { $aria_label = $this->get_primary_column_aria_label( $post ); $aria_attr = ( '' !== $aria_label ) ? ' aria-label="' . esc_attr( $aria_label ) . '"' : ''; echo '<th scope="row" class="' . $classes . ' page-title" ', $data, $aria_attr, '>'; echo $this->column_title( $post ); echo $this->handle_row_actions( $post, 'title', $primary ); echo '</th>'; }Introduced in 4.3.0. 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-posts-list-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.