strtolower?

Closed

Import WP Pro Updated 4 weeks ago 1 Reply

Ron asked 4 weeks ago on May 12, 2025 at 3:30 pm

Is there a strtolower function? I\’ve got a field that has a label/value which isn\’t matching because my prior data only had a label. So I was wondering if there was a way to change the case for import?

Thanks.

-Ron

J

James replied Support Agent

4 weeks ago on May 12, 2025 at 8:09 pm

Hi Ron,

When you are importing you can use built in wordpress functions, or write custom functions to modify the data before import.

E.g. if you have a selector like so in the importer:

{7}

You can replace it with the following to use the strtolower function:

[strtolower("{7}")]

 

James