constants library
Constants
- DEFAULT_WC_API_PATH → const String
-
"/wp-json/wc/v3/"
- URL_JWT_BASE → const String
-
'/wp-json/jwt-auth/v1'
- URL_JWT_TOKEN → const String
-
'$URL_JWT_BASE/token'
- URL_REGISTER_ENDPOINT → const String
-
'$URL_WP_BASE/users/register'
- URL_STORE_API_PATH → const String
-
'/wp-json/wc/store/'
- URL_USER_ME → const String
-
'$URL_WP_BASE/users/me'
- URL_WP_BASE → const String
-
'/wp-json/wp/v2'