• Hi. I’ve found the bug on the plugin backend when nothing is refreshed after the banner was uploaded or updated. admin-ajax.php returns 0.

    Solution is just to add into wpBannerizeAjax.php at line 73 following:

    add_action(‘wp_ajax_wpBannerizeRowItemWithID’, ‘wpBannerizeRowItemWithID’ );

    I guess the author has just forgot to do that.

    https://www.ads-software.com/extend/plugins/wp-bannerize/

  • The topic ‘Bugfix on the backend’ is closed to new replies.