Question

I have removed "Post Title" in admin column, and created a custom column.

Is there any way to the display "Edit | Quick Edit | Trash | View" link?

Was it helpful?

Solution

Those links are hard-coded to display in the "title" column as part of class-wp-posts-list-table.php. Look at the single_row() method in that file, specifically the case 'title' to see how those links are constructed. You can probably re-use the same code in your plugin or theme as long as you comply with the GPL license WordPress uses.

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top