PATH:
home
/
lab2454c
/
carbonbullion.net
/
wp-content
/
plugins
/
mailchimp-for-wp
/
includes
/
admin
/
migrations
<?php defined( 'ABSPATH' ) or exit; // get old filename $upload_dir = wp_upload_dir( null, false ); $old_filename = trailingslashit( $upload_dir['basedir'] ) . 'mc4wp-debug-log.php'; // if old file exists, move it to new location if ( is_file( $old_filename ) ) { $new_filename = $upload_dir['basedir'] . '/mailchimp-for-wp/debug-log.php'; $dir = dirname( $new_filename ); if ( ! is_dir( $dir ) ) { mkdir( $dir, 0755, true ); } rename( $old_filename, $new_filename ); }
[-] 3.0.0-form-3-messages.php
[edit]
[-] 4.1.3-reschedule-event.php
[edit]
[+]
..
[-] 3.0.0-integration-options.php
[edit]
[-] 4.0.0-hidden-fields-value-delimiter.php
[edit]
[-] 4.1.2-flush-list-cache.php
[edit]
[-] 3.0.0-general-options.php
[edit]
[-] 4.8.2-move-debug-log-to-subdirectory.php
[edit]
[-] 3.0.0-form-1-post-type.php
[edit]
[-] 3.1.6-woocommerce-position-prefix.php
[edit]
[-] 4.0.0-groupings-to-interests.php
[edit]
[-] 3.0.0-styles-builder.php
[edit]
[-] 3.0.3-usage-tracking-schedule.php
[edit]
[-] 3.0.0-widget-base-id.php
[edit]
[-] 3.0.0-form-2-options.php
[edit]
[-] 4.0.7-rename-debug-log-file.php
[edit]
[-] 4.6.0-remove-lists-from-options.php
[edit]