W3cubDocs

/WordPress

apply_filters( 'media_row_actions', string[] $actions, WP_Post $post, bool $detached )

Filters the action links for each attachment in the Media list table.

Parameters

$actions

(string[]) An array of action links for each attachment. Default 'Edit', 'Delete Permanently', 'View'.

$post

(WP_Post) WP_Post object for the current attachment.

$detached

(bool) Whether the list table contains media not attached to any posts. Default true.

Source

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

View on Trac

Changelog

Version Description
2.8.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/media_row_actions