apply_filters( 'post_row_actions', array $actions , WP_Post $post )
Filters the array of row action links on the Posts list table.
Description
The filter is evaluated only for non-hierarchical post types.
Parameters
- $actions
-
An array of row action links. Defaults are 'Edit', 'Quick Edit', 'Restore', 'Trash', 'Delete Permanently', 'Preview', and 'View'.
- $post
-
The post object.
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |