Missing Woocommerce Tab/Settings
-
Hello,
I have just installed the plug-in. It seems to work, but it does not detect WooCommerce.
I’ve read a past post detailing the same issues and I’ve already uploaded and ran the code:
<?php
require( './wp-load.php' );
if ( ! defined( 'WOOCOMMERCE_VERSION' ) ) { echo "no"; }
else { echo "yes"; }It says yes.
What else can I do?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Missing Woocommerce Tab/Settings’ is closed to new replies.