Yoast\WP\SEO\Config
Wordproof_Translations::getNoBalanceNotice()
Returns no balance notice translation.
Метод класса: Wordproof_Translations{}
Хуков нет.
Возвращает
Строку
. The translation.
Использование
$Wordproof_Translations = new Wordproof_Translations(); $Wordproof_Translations->getNoBalanceNotice();
Код Wordproof_Translations::getNoBalanceNotice() Wordproof Translations::getNoBalanceNotice Yoast 21.6
public function getNoBalanceNotice() { /* translators: %s expands to WordProof. */ return \sprintf( \__( 'You are out of timestamps. Please upgrade your account by opening the %s settings.', 'wordpress-seo' ), 'WordProof' ); }