Viewing 5 replies - 1 through 5 (of 5 total)
  • Would you be willing to provide exact instructions… where is the file located and what is the exact name: I’ve done a search and found 3 files:

    /public_html/wp-content/plugins/download-manager/templates/link-template-widget.php

    /public_html/wp-content/plugins/image-widget/image-widget.php

    /public_html/wp-content/plugins/image-widget/views/widget.php

    I’ve deactivated all plugins then re-activated one by one, no fix; site all messed up after wordpress update… Help?

    Thread Starter belicslavko

    (@belicslavko)

    for now just change WP_DEBUG to false, a lot of plugins is affected List of plugin and wait for plugin update

    I`v menage to solve the problem like this:

    In file :

    wp-content/plugins/kk-star-ratings/widget.php

    change this :

    parent::WP_Widget(‘BhittaniPlugin_kkStarRatings_Widget’, ‘kk Star Ratings’, $widget_options);

    with that :

    parent::__construct(‘BhittaniPlugin_kkStarRatings_Widget’, ‘kk Star Ratings’, $widget_options);

    +1 to bring this to the attention of Kamal.

    In the meantime just apply the fix in Rumenchoo’s post yourself.

    Same problem here, I fixed it like @rumenchooo said, but it would be nice if the plugin author will solve.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP_Widget is deprecated’ is closed to new replies.