• Resolved idealbrandon

    (@idealbrandon)


    In your plugin, you use the function wp_get_sidebars_widgets() to do a lot of the magic of this plugin. According to the Docs, this is function is private and is not meant to be used by theme / plugin developers.

    Is there a reason you opted to use this function, and do you have any concerns about the future compatibility of this plugin given its status as private?

    • This topic was modified 9 years, 1 month ago by idealbrandon. Reason: fix spelling
Viewing 1 replies (of 1 total)
  • Plugin Author Kaspars

    (@kasparsd)

    It’s just a way of calling get_option('sidebars_widgets') with the sidebars_widgets filter applied to the output. All widgets are stored in that single option and there are no other ways to fetch it.

Viewing 1 replies (of 1 total)

The topic ‘Question about wp_get_sidebars_widgets()’ is closed to new replies.