page_row_actions

最后更新于:2021-11-27 13:03:24

apply_filters( ‘page_row_actions’, string[] $actions, GC_Post $post )

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

参数

$actions

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

$post

(GC_Post)
The post object.

源文件

文件: gc-admin/includes/class-gc-posts-list-table.php

View on Trac