Method: We store some WooCommerce specific user meta attached to users endpoint, so that we can track certain preferences or values such as the inbox activity panel last open time.
Source: packages/woocommerce-admin/src/Loader.php:1294
Method: Helper to update user data fields.
Source: packages/woocommerce-admin/src/Loader.php:1305
Method: Register the admin settings for use in the WC REST API
Source: packages/woocommerce-admin/src/Loader.php:1139
Method: Add WC Admin specific settings
Source: packages/woocommerce-admin/src/Loader.php:1154
Method: Gets custom settings used for WC Admin.
Source: packages/woocommerce-admin/src/Loader.php:1194
Method: Return an object defining the currecy options for the site’s current currency
Source: packages/woocommerce-admin/src/Loader.php:1218
Method: Registers WooCommerce specific user data to the WordPress user API.
Source: packages/woocommerce-admin/src/Loader.php:1238
Method: For all the registered user data fields ( Loader::get_user_data_fields ), fetch the data for returning via the REST API.
Source: packages/woocommerce-admin/src/Loader.php:1256
Method: For all the registered user data fields ( Loader::get_user_data_fields ), update the data for the REST API.
Source: packages/woocommerce-admin/src/Loader.php:1272
Method: Runs before admin notices action and hides them.
Source: packages/woocommerce-admin/src/Loader.php:915