• I have a multi site and after the last update the notice “WooRechnung: bitte aktiviere WooCommerce, um WooRechnung zu nutzen.” displays continuously without the possibility to dismiss it.

    ALSO: Woocommerce is active and you might want to check that with

    get_site_option('active_sitewide_plugins')

    on top of your check in /wp-content/plugins/woorechnung/includes/abstract/abstract-wr-plugin.php:127

    /**
         * Decide if a particular plugin is active.
         *
         * @param  string $name
         * @return bool
         */
        public function is_plugin_active($name)
        {
            return in_array( $name, get_option('active_plugins') );
        }
    • This topic was modified 2 years, 6 months ago by dalingzaf.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘bitte aktiviere WooCommerce’ is closed to new replies.