I'm trying to add an example button like in the photo for Wordpress plugin
I should create a button that sends me to a page created by me in the wordpress dashboard.
It should apply to a post type
I'm trying to add an example button like in the photo for Wordpress plugin
I should create a button that sends me to a page created by me in the wordpress dashboard.
It should apply to a post type
Share Improve this question asked Mar 28, 2020 at 12:40 EdoardoEdoardo 264 bronze badges1 Answer
Reset to default 0i found the solution. the function is
apply_filters( 'page_row_actions', string[] $actions, WP_Post $post )
Code Reference
For the custom post type need to not be hierarchical
and it's work