IMport custom form field
trying to import the custom form field for listings
I have a field call <span>County</span> >> app_spancountyspan-tab
did add that to function.php
|
/* add import field */
function my_custom_csv_fields( $args )
{
$args['custom_fields']['county'] = array( 'internal_key' => 'app_spancountyspan-tab' );
return $args;
}
add_filter( 'va_csv_importer_args', 'my_custom_csv_fields' );
but not working
any ideas?
Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.