File "fix-value-array.php"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/contact-form-7-database/admin/fix-value-array.php
File size: 252 bytes
MIME-type: --
Charset: utf-8

<?php
if (!defined('ABSPATH')) {
    exit('Direct\'s not allowed');
}
/*add_filter( 'cf7d_entry_value', 'cf7d_fix_value_array_func', 10, 2 );
function cf7d_fix_value_array_func($val, $key) {
    $val = str_replace("\n", "", $val);
    return $val;
}
*/