Skip to main content
All CollectionsMainWP Customization
How to set FS_METHOD properly
How to set FS_METHOD properly
Updated over 2 months ago

MainWP plugin required the Filesystem Method to be set to direct to perform updates properly.

If it’s set to any other option, it is more than likely that some features won’t work properly.

To set the Filesystem to direct, please add the following code line to the wp-config.php file on your Child sites:

define( 'FS_METHOD', 'direct' );
Did this answer your question?