• Resolved purceaflorentin

    (@purceaflorentin)


    Hello, can somebody please help me with a little respond about finding this part of code in PHP section in wordpress, I can’t find it anywhere, I could not find it in PHP plugin, wordpress, templates, folder.. this means is deposited somewhere else, can somebody more intelligent tell me where it should be found, in which document of PHP ?

    Here is a little screenshot about what section I need help with.

    https://ibb.co/ZV7WPrt

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Roxy

    (@roxannestoltz)

    Hi @purceaflorentin ,

    Thanks for reaching out!

    I understand that you would like to access the My Account page template php?

    You can find all the Woocommerce “My Account” page templates in the following folder:

    wp-content/plugins/woocommerce/templates/myaccount

    Hope this helps!

    Thread Starter purceaflorentin

    (@purceaflorentin)

    Yes, this is what I want, but I want to know where exactly is located the code for that part of woocommerce my account section, because I want to change its CSS to look better, but wherever I am looking, I can’t find that part of the code, is not in dashboard, neither my-account, I can’t find neither code from which my account section was created.

    I want to know in which PHP document can be found the cercle part from this picture.

    https://ibb.co/ZV7WPrt

    Plugin Support Daniyal Ahmed (a11n)

    (@daniyalahmedk)

    Hi there,

    Thanks for getting back to us.

    The part you mentioned in the screenshot is coming dynamically from WooCommerce core. The hooks are called in woocommerce/templates/myaccount:

    https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/templates/myaccount/dashboard.php

    This navigation is called by using woocommerce_account_navigation hook. You can use this hook to customize the structure of the navigation.

    You can reach out to our customization experts if you need any further assistance with that:

    https://woocommerce.com/customizations/

    Best,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WHERE DO I FIND THIS PART IN PHP’ is closed to new replies.