Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author TN

    (@tarakpatel)

    It is work for all default widgets but if any widget comes from another plugin, and that plugin code does not follow WordPress widget code structure then widgets-controller could not work for that particular widget.

    How do i make my own widgets comaptibel with this controller?
    These are simple widgets without any options.

    Thread Starter jack42b

    (@jack42b)

    Thanks for the feedback, TN!

    How do i check if the widgets that i’m using follow WordPress widget code structure?

    Plugin Author TN

    (@tarakpatel)

    To create a widget, you only need to extend the standard WP_Widget class and some of its functions.
    http://codex.wordpress.org/Widgets_API

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Does not work with all widgets?’ is closed to new replies.