Automattic\WooCommerce\Utilities

LoggingUtil::get_logs_tab_url()public staticWC 1.0

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

Method of the class: LoggingUtil{}

No Hooks.

Returns

String.

Usage

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

LoggingUtil::get_logs_tab_url() code WC 9.8.5

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