apply_filters( "woocommerce_endpoint_{$endpoint}_title", string $title , string $endpoint , string $action )
Filters the page title used for my-account endpoints.
Description Description
See also See also
Parameters Parameters
- $title
-
Default title.
- $endpoint
-
Endpoint key.
- $action
-
action or variation within the endpoint.
Source Source
File: includes/class-wc-query.php
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Added $action parameter. |
2.6.0 | Introduced. |