Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if ( function_exists( 'wc_get_page_permalink' ) ) {
- add_action(
- 'jnews_after_account_nav',
- function () {
- $my_account_url = wc_get_page_permalink( 'myaccount' );
- $order_page_url = wc_get_endpoint_url( 'orders', '', $my_account_url );
- echo '<div class="jeg_account_nav custom">
- <ul>
- <li>
- <a href="' . esc_html( $order_page_url ) . '">My Order</a>
- </li>
- </ul>
- </div>';
- }
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement