woocommerce/includes/wccom-site
Justas Butkus dbc0c5ab85 Remove permalink reliance
Some sites don't have permalinks enabled (e.g. local dev environments) and
can't use the WC site API functionality.

The `rest_get_url_prefix` elsewhere is only used in permalink context (e.g.
`get_rest_url` uses it conditionally), while `$wp->query_vars` are always
populated, even in rewrite condition, thus making them more accessible.
2019-11-27 21:45:21 +02:00
..
rest-api/endpoints Implements WC_WCCOM_Site_Installer_Requirements_Check::met_requirements() validation on GET /install 2019-10-01 13:45:30 -06:00
class-wc-wccom-site-installer-requirements-check.php Update status error to 400 2019-09-30 18:31:23 -06:00
class-wc-wccom-site-installer.php Move flushing subscriptions' cache upper to run in once per install 2019-10-18 10:36:30 +05:00
class-wc-wccom-site.php Remove permalink reliance 2019-11-27 21:45:21 +02:00