media_row_actions WordPress Action Hook
The media_row_actions hook is used to add custom actions to the media list table. This hook is triggered when the list table is displayed.
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
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |