Title: Request for additional filter hook #2.
Last modified: February 14, 2018

---

# Request for additional filter hook #2.

 *  [zeppeki](https://wordpress.org/support/users/zeppeki/)
 * (@zeppeki)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/request-for-additional-filter-hook-2/)
 * Hi.
    I wonder if you could allow additional filter hook to use user own row on
   CSV.
 * File:
    \simple-history\dropins\SimpleHistoryExportDropin.php
 * place:
    At line#123
 *     ```
       //Add filter hook to check if add user own row to csv body.
       if(apply_filters('simple_history/has_user_csv_body', false) !== false){
         //The filter hook to add user own row to csv body.
         fputcsv($fp, apply_filters('simple_history/return_row_array', $one_row));
       }
       else{
         fputcsv($fp, array(
           $one_row->date,
           $one_row->logger,
           $one_row->level,
           $one_row->initiator,
           $one_row->context_message_key,
           $header_output,
           $message_output,
           $one_row->subsequentOccasions,
         ));							
       }
       ```
   

The topic ‘Request for additional filter hook #2.’ is closed to new replies.

 * ![](https://ps.w.org/simple-history/assets/icon.svg?rev=3225008)
 * [Simple History – Track, Log, and Audit WordPress Changes](https://wordpress.org/plugins/simple-history/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-history/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-history/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-history/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-history/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-history/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [zeppeki](https://wordpress.org/support/users/zeppeki/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/request-for-additional-filter-hook-2/)
 * Status: not resolved