• Home
  • Knowledgebase
  • DevDocs
  • Translations
  • Support
  • Live Preview

logo DevDocs

By The Events Calendar
Filter by type:
Skip to content
Filter by type:
Search
Browse: Home / Classes / Abstract_Account_Api / Abstract_Account_Api::get_confirmation_to_refresh_account()
Product: Virtual Events

Abstract_Account_Api::get_confirmation_to_refresh_account()

Get the confirmation text for refreshing an account.

Contents

  • Return
  • Source
  • Changelog

Return

(string) The confirmation text.


Top ↑

Source

File: src/Tribe/Integrations/Abstract_Account_Api.php

	public static function get_confirmation_to_refresh_account() {
		return sprintf(
			// translators: the placeholders are for the API name.
			_x(
				'Before refreshing the connection, make sure you are logged into the %1$s account in this browser.',
				'The message to display before a user attempts to refresh a %1$s account connection.',
				'events-virtual'
			),
			static::$api_name
		);
	}

Expand full source code Collapse full source code


Top ↑

Changelog

Changelog
Version Description
1.9.0 Introduced.
The Events Calendar
  • Home
  • Products
  • Blog
  • Support
© 2026 The Events Calendar Terms and Conditions Privacy