Snippets

Visser Labs Switching between ftp_put and ftp_fput FTP upload methods in Store Exporter Deluxe

You are viewing an old version of this snippet. View the current version.
Revised by Michael Visser 2af65bf
1
2
3
4
5
6
7
8
<?php
function custom_woo_ce_cron_export_ftp_switch() {

	return 'ftp_fput';

}
add_filter( 'woo_ce_cron_export_ftp_switch', 'custom_woo_ce_cron_export_ftp_switch' );
?>
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.