Automattic\WooCommerce\Utilities

LoggingUtil::get_logs_tab_urlpublic staticWC 1.0

Get the canonical URL for the Logs tab of the Status admin page.

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

Хуков нет.

Возвращает

string.

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

$result = LoggingUtil::get_logs_tab_url(): string;

Код LoggingUtil::get_logs_tab_url() WC 11.1.0

public static function get_logs_tab_url(): string {
	return wc_get_container()->get( PageController::class )->get_logs_tab_url();
}