81ô@ x1ô@ øNÛ@ ðîí@ Èîí@ Ï x¡Ü@ ¡Ü@ 6¾@ àúó@ x¡Ü@ ¡Ü@ ûó@ Hûó@ à°`L^ 5¾@ Øô@ °ô@ €!ô@ ¸!ô@ ÐQ¶@ è¸@ àç¸@ x¡Ü@ ¡Ü@ X–ô@ ÀPô@ ðPô@ hl¶@ p_¾@ 5¾@ Púó@ €úó@ ptÔ@ ÈtÔ@ 5¾@ xûó@ ¨ûó@ êï@ Øéï@ n needs to be disabled before you can activate this integration.', 'wordpress-seo' ) . '
'; } } } } /** * Add an explainer when the network integration toggle is disabled. * * @param Yoast_Feature_Toggle $integration The integration toggle class. */ public function after_network_integration_toggle( $integration ) { if ( $integration->setting === 'wordproof_integration_active' ) { if ( $integration->disabled ) { echo '' . \sprintf( /* translators: %s expands to WordProof */ \esc_html__( 'Currently, the %s integration is not available for multisites.', 'wordpress-seo' ), 'WordProof' ) . '
'; } } } }