media_row_actions, $actions, $post, $this->detached
media_row_actions, $actions, $post, $this->detached
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('media_row_actions, $actions, $post, $this->detached') is found 1 times:
- /wp-admin/includes/class-wp-media-list-table.php line 907
* @param WP_Post $post WP_Post object for the current attachment. * @param bool $detached Whether the list table contains media not attached * to any posts. Default true. */ return apply_filters( 'media_row_actions', $actions, $post, $this->detached ); } /** * Generates and displays row action links. * * @since 4.3.0