_render( 'notice', array( 'message' => esc_html__( 'Verification failed', 'wds' ), 'class' => 'sui-notice-error', ) ); } elseif ( '' === $options['pinterest-verification-status'] ) { $this->_render( 'notice', array( 'message' => esc_html__( 'Your domain verification tag has been added to the of your website.', 'wds' ), 'class' => 'sui-notice-success', ) ); } } ?>