page_row_actions, $actions, $post
page_row_actions, $actions, $post
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('page_row_actions, $actions, $post') is found 1 times:
- /wp-admin/includes/class-wp-posts-list-table.php line 1589
* 'Edit', 'Quick Edit', 'Restore', 'Trash', * 'Delete Permanently', 'Preview', and 'View'. * @param WP_Post $post The post object. */ $actions = apply_filters( 'page_row_actions', $actions, $post ); } else { /** * Filters the array of row action links on the Posts list table. * * The filter is evaluated only for non-hierarchical post types.