‘desc’ => sprintf( __( ‘Enable all plugin features. Be sure to select at least one option in the Wishlist page menu in this settings page. Also, please read the plugin documentation.’, ‘yith-woocommerce-wishlist’ ), esc_url( $this->doc_url ) ),
Please change the above code to the following code.
‘desc’ => sprintf( ‘Enable all plugin features. Be sure to select at least one option in the Wishlist page menu in this settings page. Also, please read the plugin documentation.’, esc_url( $this->doc_url ) ),