cancel
Showing results for 
Search instead for 
Did you mean: 

Custom code location

Custom code location

Hi All,

 

I'm a backend developer, my father in law has declared me his computer expert Smiley Sad 

Does Magento place all custom code in the same location?  

 

I'm hoping to determine the location of custom code and any interfaces with added plugins.

 

Thank you

1 REPLY 1

Re: Custom code location

Hi @ron_rogers 

 

In Magento, you will find all the custom code in the app/code directory. So if you wanted to created any custom plugin for your store, you can create the same in app/code directory

 

You will find this app directory in the root folder of Magento.

 

To know more about plugins and method to create new plugin, i would suggest you to refer this devdocs link - https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html 

 

Hope it helps !

 

if issue solved,Click Kudos & Accept as Solution