Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

kad_endpointtitle for custom My Account endpoints.

Home / Forums / Ascend Theme / kad_endpointtitle for custom My Account endpoints.

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
May 27, 2018 at 11:02 pm

Hi,

How do I change the title text which has the class .kad_endpointtitle

I have added my own custom endpoint to My Accounts endpoints using the function;

add_action( 'init', 'my_account_new_endpoints' );

function my_account_new_endpoints()
{
add_rewrite_endpoint( 'company-orders', EP_ROOT | EP_PAGES );
}

The title however outputs as My Account by default. I need to update this to Company Orders.

Any advice would be much appreciated.

Kind Regards,
Zubair.

  • The forum ‘Ascend Theme’ is closed to new topics and replies.