Skip Navigation

[Resolved] Where is the custom code stored at FTP level in toolset?

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 0.17 hours from now. Thank you for your understanding.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 1 year, 8 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2566489

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?

#2566621

Christopher Amirian
Supporter

Languages: English (English )

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.