wc_admin_url( string $path = null, array $query = array() )

Retrieves a URL to relative path inside WooCommerce admin with the provided query parameters.


Description Description


Parameters Parameters

$path

(Optional) Relative path of the desired page.

Default value: null

$query

(Optional) Query parameters to append to the path.

Default value: array()


Top ↑

Return Return

(string) Fully qualified URL pointing to the desired path.


Top ↑

Source Source

File: packages/woocommerce-admin/includes/core-functions.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.