[wp-trac] [WordPress Trac] #24511: Backend function for retrieving post row actions.

WordPress Trac noreply at wordpress.org
Thu Jun 6 10:27:15 UTC 2013


#24511: Backend function for retrieving post row actions.
-----------------------------+-----------------------------
 Reporter:  Nessworthy       |      Owner:
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Administration   |    Version:
 Severity:  minor            |   Keywords:
-----------------------------+-----------------------------
 For the cases where post titles are not supported for custom post types,
 but the user may want the quick action links to exist on their edit.php
 page table rows on hover.

 All it would take would be to move the current code into a callable
 function and would probably only need to accept a post ID. Could then be
 called using something like {{{get_post_row_actions($post_id)}}}.

 It would return the string of links seen normally below the title on
 hover.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/24511>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list