mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
✨ New reusable TopNavigation component
This commit is contained in:
parent
db7e5e0dae
commit
d588a9cd18
2 changed files with 91 additions and 0 deletions
10
modules/ppcp-settings/resources/js/hooks/useNavigation.js
Normal file
10
modules/ppcp-settings/resources/js/hooks/useNavigation.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* Navigate to the WooCommerce "Payments" settings tab, i.e. exit the settings app.
|
||||
*/
|
||||
const goToWooCommercePaymentsTab = () => {
|
||||
window.location.href = window.ppcpSettings.wcPaymentsTabUrl;
|
||||
};
|
||||
|
||||
export const useNavigation = () => {
|
||||
return { goToWooCommercePaymentsTab };
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue