drabello (May 4th, 2016)
function cp_child_add_region_field( $args ) { $args['custom_fields']['region'] = array( 'internal_key' => 'cp_region' ); return $args; } add_filter( 'cp_csv_importer_args', 'cp_child_add_region_field' );
drabello (May 4th, 2016)
There are currently 1 users browsing this thread. (0 members and 1 guests)