• Hi,

    I have been using this plug in for a while and it is excellent, but I have a problem.
    I tried to create a widget with a form inside, but the code was corrupt. Now, the code is embedded into my control panel, so I cannot delete it.
    Can you tell me where these items are stored, i.e. what table in the database or where I can find them so that I can manually remove the corrupt widget.
    Thank you.

    https://www.ads-software.com/extend/plugins/mycustomwidget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter m4rkym

    (@m4rkym)

    Anybody? Please ??

    Plugin Author janekniefeldt

    (@janekniefeldt)

    Take a look at your blog’s database table wp_options (option_name = “mcw_w_”+[widgetname])

    If you delete the corresponding entry you should be fine.

    However, there is also the file /wp-content/plugins/mycustomwidgetmy_custom_widget_classes.php that contains the declaration of the widgets. You could also try to delete this file. Afterwards you go into the Widget configuration and adapt your coding. The widgets will only become active again when you regenerate the file by pressing the save button.

    For further details visit my Homepage, since I don’t check here on a regular basis.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: My Custom Widgets] Need to know where data is stored’ is closed to new replies.