• I am using the Rest API controller for my mobile app to link with the wordpress site. Out of nowhere the plugin is not saving the Taxonomies.

    Im on WordPress 5.6
    Woocommerce Vendors
    JWT Authentication for WP-API
    Directorist – Business Directory Plugin

    Not sure if the issue is with disc space if it would affect saving,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi There.

    I am sitting with the same problem… any changes I make don’t get saved.

    The same here. Changes are not saved. What can I do to make it work?

    • This reply was modified 3 years, 9 months ago by lolekpraha.

    I have the same issue.. After migrating to a new instance with new wordpress version, the taxonomy on function is not working. It is auto disabling immediately.. Any help is highly appreciated

    Plugin Contributor jpowersdev

    (@jpowersdev)

    Hi all,

    This is similar to another active thread, so I am going to paste my response from there.

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin keeps on disabling the taxonomies’ is closed to new replies.