Filter hook 'page_row_actions'

in WP Core File wp-admin/includes/class-wp-posts-list-table.php at line 1580

Description

Filters the array of row action links on the Pages list table. The filter is evaluated only for hierarchical post types.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-posts-list-table.php 1580

Parameters

Type Name Description
string[] $actions An array of row action links. Defaults are 'Edit', 'Quick Edit', 'Restore', 'Trash', 'Delete Permanently', 'Preview', and 'View'.
WP_Post $post The post object.

PHP Doc

/**
			 * Filters the array of row action links on the Pages list table.
			 *
			 * The filter is evaluated only for hierarchical post types.
			 *
			 * @since 2.8.0
			 *
			 * @param string[] $actions An array of row action links. Defaults are
			 *                          'Edit', 'Quick Edit', 'Restore', 'Trash',
			 *                          'Delete Permanently', 'Preview', and 'View'.
			 * @param WP_Post  $post    The post object.
			 */