Skip to content

eventespresso/filesystem-debug-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

filesystem-debug-helper

Debug code that uses the WordPress Filesystem API without needing to setup FTP or SSH access to your server.

Usage:

  1. Just upload this Wordpress plugin using the plugin uploader, or manually place it in your plugins directory.
  2. Activate this plugin
  3. Anytime a plugin or theme uses teh Wordpress Filesystem API to write to the filesystem, we pretend you require a username and password, just like you would if you were using the FTP or SSH methods.
  4. When asked for credentials, use the username "username" and the password "password". You can also put these into your wp-config.php file in the constant "FTP_USER" and "FTP_PASS". Otherwise, this should behave as the FTP or SSH filesystem methods.

About

Debug code that uses the WP Filesystem API without needing to setup FTP or SSH access to your server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages