protected function handle_row_actions( $item,
$column_name,
$primary ) { if ( $primary !==
$column_name ) { return '';
} $att_title =
_draft_or_post_title();
$actions =
$this->
_get_row_actions( $item, // WP_Post object for an attachment.
$att_title );
return $this->
row_actions( $actions );
}}