File manager - Edit - /home/aussies6/.trash/wp-content/plugins/woocommerce-exporter/includes/install.php
Back
<?php // De-activate Store Exporter to limit conflicts function woo_ce_deactivate_ce() { $plugins = array( 'woocommerce-exporter/exporter.php', 'woocommerce-store-exporter/exporter.php' ); deactivate_plugins( $plugins, true ); } function woo_ce_install() { woo_ce_create_options(); } // Trigger the creation of Admin options for this Plugin function woo_ce_create_options() { $prefix = 'woo_ce'; if( !get_option( $prefix . '_export_filename' ) ) add_option( $prefix . '_export_filename', 'export_%dataset%-%date%-%time%-%random%.csv' ); if( !get_option( $prefix . '_delete_file' ) ) add_option( $prefix . '_delete_file', 1 ); if( !get_option( $prefix . '_delimiter' ) ) add_option( $prefix . '_delimiter', ',' ); if( !get_option( $prefix . '_category_separator' ) ) add_option( $prefix . '_category_separator', '|' ); if( !get_option( $prefix . '_bom' ) ) add_option( $prefix . '_bom', 1 ); if( !get_option( $prefix . '_encoding' ) ) add_option( $prefix . '_encoding', get_option( 'blog_charset', 'UTF-8' ) ); if( !get_option( $prefix . '_escape_formatting' ) ) add_option( $prefix . '_escape_formatting', 'all' ); if( !get_option( $prefix . '_date_format' ) ) add_option( $prefix . '_date_format', 'd/m/Y' ); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings