• Resolved Starfish23

    (@starfish23)


    Hi there,

    I notice that when you use the plugin, and upload a Json file via the WordPress dashboard, that all the option_id’s renumber themselves in the existing wp_options table.

    Is there a relationship between the option_id and the option_name, and if so, does this plugin actually remap all options for a WordPress site? And is there any possibility that something may not map correctly?

    https://wordpress.org/plugins/options-importer/

Viewing 1 replies (of 1 total)
  • Plugin Author Matthew Boynes

    (@mboynes)

    Hi Starfish23,
    Thanks for checking out the plugin!

    The option IDs aren’t exported or imported. Everything is done using the options API, which provides no way to interact with the IDs. That said, the IDs don’t matter. If you’re using a plugin or theme which queries options by ID, that plugin or theme is doing it wrong and it will cause you problems at one point or another.

    Cheers,
    Matt

Viewing 1 replies (of 1 total)
  • The topic ‘Option Id of DB Table’ is closed to new replies.