page_row_actions, $actions, $post

page_row_actions, $actions, $post

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_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.