Replies: 0
Hello, I’ve Yoast Free and the Yoast Premium add-on, both on the latest version, but the Wincher integration toggle is not available.
Wordpress setup:
Multisite
Yoast: 17.9
Premium: 17.8
This installation is used as a WordPress headless
On the premium page, I got both Installed, and Activated button on green.
This is a development installation, robots are blocked, but I checked the source code and I don’t see that as a conditional.
// Don't render when feature flag is not enabled.
$conditional = new Wincher_Conditional();
if ( $conditional->is_met() ) {
I’ll appreciate your help.