Multisite Plugin Detection Issue
-
Hey,
I had to add a line at the top of simple-cloudflare-turnstile.php in order to be able to run the is_plugin_active_for_network() function on the frontend. Otherwise all the integrations, like WooCommerce, weren’t loading the widget onto their forms on the multisite.
// Needed for the is_plugin_active_for_network() function
include_once(‘wp-admin/includes/plugin.php’);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multisite Plugin Detection Issue’ is closed to new replies.