Is there a way to display the page url or permalink instead of the page title on
example.com/wp-admin/edit.php?post_type=page
I am doing some A/B testing and some pages have the same title, but a different URL.
Also I may experiment from time to time with a different title. I know all my pages by URL and would prefer to see this in the list of pages.
Filter
'the_title'
on the screen with the list table of your post type.The pattern for the initial hook is:
manage_edit-post_type_name_columns
.Sample code:
Result: