Exemple #1
0
 /**
  * CSV Export
  */
 static function csv_export()
 {
     WP_CRM_F::csv_export($_REQUEST["wp_crm_search"]);
     die;
 }