Replace Category names
-
Hi, I have category names like:
SS23
– Woman SS23
– T-shirt woman SS23
In admin they must have this name (not only the slug), but in front end I would like to simplify it into
SS23
– Woman
– T-shirt
So Y could use a preg_replace() in a code snippet to change the names as needed.
But what action should I call to get the categories, replace the names and return them?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Replace Category names’ is closed to new replies.