This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* WP CLI custom command to export a form submsissions from Ninja Forms | |
* The to_csv function will create a 'reports' directory | |
* if it does not exist and create a datetime stamped csv | |
* | |
* ## OPTIONS | |
* | |
* <id> | |
* : The form id. | |
* <send_to_sftp> |