woocommerce_account_ . $key . _endpoint, $value

woocommerce_account_ . $key . _endpoint, $value

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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.