I’m trying to add the value of a custom field under the post/page title in wp-admin list of posts/pages (much like excerpt mode in posts list) without hooking into the columns process since other plugins are already doing that and it looks like each cancels the other.
Here’s a screenshot of what I’m trying to achieve:
Thanks!
Just like you add new columns you render the title filed your self
and if you have another plugin cancels this then simply set the filter hook priority to something bigger.
You can hook into the post_row_actions as follows: