• Hi,

    I made several plugins based on hte Image Widget (extended them at first) but got into serious trouble:
    http://wordpress.org/support/topic/partial-html-rendering-when-editing-
    posts-related-to-amount-of-widgets?replies=7

    In the end I found out it was related to wp_enqueue_script/style en adding filters from within the Widget object, which resulted in total admin blackout.

    To resolve it I rewrote my plugins to have the minimal needed stuff within the object and all other thing outside of the object scope

  • The topic ‘Image Widget kills wp-admin when using it over 30-40 times’ is closed to new replies.