woocommerce_account_ . $key . _endpoint, $value
woocommerce_account_ . $key . _endpoint, $value
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_account_ . $key . _endpoint, $value') is found 1 times:
- /includes/wc-template-functions.php line 3796
continue; } if ( has_action( 'woocommerce_account_' . $key . '_endpoint' ) ) { do_action( 'woocommerce_account_' . $key . '_endpoint', $value ); return; } } } // No endpoint found? Default to dashboard.