Automattic\WooCommerce\Utilities
LoggingUtil::get_logs_tab_url
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() LoggingUtil::get logs tab url code WC 10.6.2
public static function get_logs_tab_url(): string {
return wc_get_container()->get( PageController::class )->get_logs_tab_url();
}