Yoast\WP\SEO\AI_Free_Sparks\Application

Free_Sparks_Handler_Interface::getpublicYoast 1.0

Retrieves the timestamp.

Метод класса: Free_Sparks_Handler_Interface{}

Хуков нет.

Возвращает

?Строку. The timestamp when the user started using free sparks, or null if not set.

Использование

$Free_Sparks_Handler_Interface = new Free_Sparks_Handler_Interface();
$Free_Sparks_Handler_Interface->get( $format ): ?string;
$format(строка)
The format in which to return the timestamp.
По умолчанию: 'Y-m-d H:i:s'

Код Free_Sparks_Handler_Interface::get() Yoast 27.7

public function get( string $format = 'Y-m-d H:i:s' ): ?string;