packages/woocommerce-admin/src/Notes/TestCheckout.php:
TestCheckout::get_note()
|
Get the note.
|
includes/customizer/class-wc-shop-customizer.php:
WC_Shop_Customizer::add_scripts()
|
Scripts to improve our form.
|
includes/admin/class-wc-admin.php:
WC_Admin::prevent_admin_access()
|
Prevent any user who cannot ‘edit_posts’ (subscribers, customers etc) from accessing admin.
|
includes/admin/class-wc-admin-notices.php:
WC_Admin_Notices::is_ssl()
|
Determine if the store is running SSL.
|
includes/admin/class-wc-admin-setup-wizard.php:
WC_Admin_Setup_Wizard::wc_setup_ready()
|
Final step.
|
includes/admin/class-wc-admin-menus.php:
WC_Admin_Menus::admin_bar_menus()
|
Add the “Visit Store” link in admin bar main menu.
|
includes/wc-core-functions.php:
wc_get_cart_url()
|
Gets the url to the cart page.
|
includes/wc-core-functions.php:
wc_get_checkout_url()
|
Gets the url to the checkout page.
|
includes/wc-conditional-functions.php:
wc_checkout_is_https()
|
Check if the checkout is configured for https. Look at options, WP HTTPS plugin, or the permalink itself.
|
includes/class-wc-order.php:
WC_Order::get_view_order_url()
|
Generates a URL to view an order from the my account page.
|
includes/class-wc-ajax.php:
WC_AJAX::update_order_review_expired()
|
Session has expired.
|
includes/wc-template-functions.php:
wc_logout_url()
|
Get logout endpoint.
|
includes/wc-template-functions.php:
wc_template_redirect()
|
Handle redirects before content is output – hooked into template_redirect so is_page works.
|
includes/class-wc-form-handler.php:
WC_Form_Handler::process_login()
|
Process the login form.
|
includes/class-wc-form-handler.php:
WC_Form_Handler::process_reset_password()
|
Handle reset password form.
|
includes/class-wc-form-handler.php:
WC_Form_Handler::process_registration()
|
Process the registration form.
|
includes/class-wc-form-handler.php:
WC_Form_Handler::save_account_details()
|
Save the password/account details and redirect back to the my account page.
|
includes/class-wc-form-handler.php:
WC_Form_Handler::save_address()
|
Save and and update a billing or shipping address if the form was submitted through the user account page.
|
includes/wc-cart-functions.php:
wc_add_to_cart_message()
|
Add to cart messages.
|
includes/widgets/class-wc-widget-product-categories.php:
WC_Widget_Product_Categories::widget()
|
Output widget.
|
includes/wc-user-functions.php:
wc_disable_author_archives_for_customers()
|
Disable author archives for customers.
|
includes/class-wc-download-handler.php:
WC_Download_Handler::download_error()
|
Die with an error message if the download fails.
|
includes/class-wc-download-handler.php:
WC_Download_Handler::check_download_login_required()
|
Check if a download requires the user to login first.
|
includes/class-wc-checkout.php:
WC_Checkout::process_checkout()
|
Process the checkout after the confirm order button is pressed.
|
includes/class-wc-coupon.php:
WC_Coupon::get_coupon_error()
|
Map one of the WC_Coupon error codes to a message string.
|
includes/wc-account-functions.php:
wc_get_account_orders_actions()
|
Get account orders actions.
|
includes/wc-account-functions.php:
wc_lostpassword_url()
|
Returns the url to the lost password endpoint url.
|
includes/wc-account-functions.php:
wc_customer_edit_account_url()
|
Get the link to the edit account details page.
|
includes/wc-account-functions.php:
wc_get_account_endpoint_url()
|
Get account endpoint URL.
|
includes/shortcodes/class-wc-shortcode-my-account.php:
WC_Shortcode_My_Account::add_payment_method()
|
Show the add payment method page.
|
includes/shortcodes/class-wc-shortcode-my-account.php:
WC_Shortcode_My_Account::view_order()
|
View order page.
|
includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php:
WC_REST_System_Status_V2_Controller::get_security_info()
|
Returns security tips.
|