Automattic\WooCommerce\Internal\ShopperLists

ShopperListsController::wishlist_endpoint_titlepublicWC 1.0

Wishlist endpoint page title.

Method of the class: ShopperListsController{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ShopperListsController = new ShopperListsController();
$ShopperListsController->wishlist_endpoint_title( $title ): string;
$title(string) (required)
Default title.

ShopperListsController::wishlist_endpoint_title() code WC 11.0.1

public function wishlist_endpoint_title( $title ): string {
	return __( 'Wishlist', 'woocommerce' );
}