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


Top ↑

Parameters Parameters

$title

Default title.

$endpoint

Endpoint key.

$action

action or variation within the endpoint.


Top ↑

Source Source

File: includes/class-wc-query.php


Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Added $action parameter.
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.