Same problem
any body home in this plugin support?
Hi @ccsjjc,
Do you see any errors in your browser console when you save the settings? If not, do you see any errors in the network tab?
It sounds like there’s a conflict that’s preventing the request from succeeding.
Thanks,
Jon
Do you see any errors in your browser console when you save the settings? If not, do you see any errors in the network tab?
response- no
Hi @meirk,
Our plugin uses the WordPress Settings API to generate the options page you are trying to submit. The option name for a given taxonomy is wp_rest_api_controller_taxonomies_{$tax_slug}
. Can you try taking a look at your site’s wp_options table and see if you have any options at all with that format? It’s possible that the option is saving correctly but the taxonomy is exempted for other reasons.
What is the slug of the taxonomy in question? Does it have any sort of special characters that might prevent it from saving correctly?
Do you see any relevant errors in your site’s debug.log?
Thanks,
Jon