Viewing 2 replies - 1 through 2 (of 2 total)
  • I was able to solve this by adding

    if ( ! function_exists( ‘is_plugin_active’ ) )
    require_once( ABSPATH . ‘/wp-admin/includes/plugin.php’ );

    as the first line of code in /plugins/wc-payment-gateway-per-category/woocmmerce-payment-gateway-per-category.php

    This solves the issue, but as it is a simple fix it calls the entire plugin into quesetion, not to mention that the author is not replying. Not a good look for a plugin that has a “PRO” version.

    Oh this solved the problem, indeed! I had a ticket opened with the coder, I will report it to him, I hope he adds this to the code on the next version!

    Thank you, man!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Version 2.0 crashes everything’ is closed to new replies.