apply_filters( 'page_row_actions', string[] $actions, WP_Post $post )

Filters the array of row action links on the Pages list table.


Description Description

The filter is evaluated only for hierarchical post types.


Parameters Parameters

$actions

(string[]) An array of row action links. Defaults are 'Edit', 'Quick Edit', 'Restore', 'Trash', 'Delete Permanently', 'Preview', and 'View'.

$post

(WP_Post) The post object.


Top ↑

Source Source

File: wp-admin/includes/class-wp-posts-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.