Advertisement

Summery Summery

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

Syntax Syntax

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

Description Description

The filter is evaluated only for non-hierarchical post types.

Parameters Parameters

$actions

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

$post

The post object.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply