Filters the action links for each attachment in the Media list table.
Parameters
Source
return apply_filters( 'media_row_actions', $actions, $post, $this->detached );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Filters the action links for each attachment in the Media list table.
return apply_filters( 'media_row_actions', $actions, $post, $this->detached );
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.