• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Integration/Seo/Facebook/FacebookRefreshTimer.php
  • Класс: BitrixCatalogv2IntegrationSeoFacebookFacebookRefreshTimer
  • Вызов: FacebookRefreshTimer::getLastRefreshedTimestamp
static function getLastRefreshedTimestamp(): int
{
	// ToDo return (int)Option::get('catalog', self::OPTION_NAME, 0);
	// last 3 days right now
	return time() - 3 * 24 * 60 * 60;
}