post_row_actions, $actions, $post
post_row_actions, $actions, $post
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('post_row_actions, $actions, $post') is found 1 times:
- /wp-admin/includes/class-wp-posts-list-table.php line 1604
* 'Edit', 'Quick Edit', 'Restore', 'Trash', * 'Delete Permanently', 'Preview', and 'View'. * @param WP_Post $post The post object. */ $actions = apply_filters( 'post_row_actions', $actions, $post ); } return $this->row_actions( $actions ); } /**