Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$actions

An array of action links for each attachment. Default 'Edit', 'Delete Permanently', 'View'.

$post

WP_Post object for the current attachment.

$detached

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

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply