Changeset 43059 for trunk/src/wp-includes/functions.php
- Timestamp:
- 05/01/2018 05:42:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r43046 r43059 6282 6282 */ 6283 6283 function wp_privacy_delete_old_export_files() { 6284 require_once( ABSPATH . 'wp-admin/includes/file.php' ); 6285 6284 6286 $upload_dir = wp_upload_dir(); 6285 6287 $exports_dir = trailingslashit( $upload_dir['basedir'] . '/exports' );
Note: See TracChangeset
for help on using the changeset viewer.