I have a related issue (and no PHP experience):
We have a simple custom-built plugin that utilizes the following term:
wp_create_term( $t, 'pa_chemical-material-sort' );
chemical-material-sort
After the most recent update, this path now becomes:
chemical-material-sort_1
What do I need to alter (how would I write it in PHP) in my custom plugin to patch this?
Many thanks!
-
This reply was modified 3 years, 9 months ago by ks2021.
-
This reply was modified 3 years, 9 months ago by ks2021.