I have using the custom code feature in toolset to write custom snippets, and would like to give access to specific snippets to engineers.
I was thinking of doing it at the FTP level and would like to know the location of the custom code. Can you give me the path to the folder where snippets are stored?
Hi there,
The custom code snippets that are created in Toolset and stored in a file are located in the. wp-content/toolset-customizations/ directory on your WordPress installation. This directory contains the PHP files that correspond to each custom code snippet.
If you need to give access to specific custom code snippets to your engineers, you can provide them with the file path to the corresponding PHP file within the wp-content/toolset-customizations/ directory. They can then use an FTP client or other file management tool to access and modify the file as needed.
It's important to note that if your custom code snippet is stored in a file, any changes made directly to the file on the server will bypass the validation and error handling provided by Toolset. Therefore, it's recommended that you only provide access to experienced developers who are familiar with PHP and the code they are working on.
Thanks.