Changeset 44910 for trunk/src/wp-includes/functions.php
- Timestamp:
- 03/15/2019 06:59:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r44829 r44910 6713 6713 */ 6714 6714 function wp_privacy_delete_old_export_files() { 6715 $exports_dir = wp_privacy_exports_dir(); 6716 if ( ! is_dir( $exports_dir ) ) { 6717 return; 6718 } 6719 6715 6720 require_once( ABSPATH . 'wp-admin/includes/file.php' ); 6716 6717 $exports_dir = wp_privacy_exports_dir();6718 6721 $export_files = list_files( $exports_dir, 100, array( 'index.html' ) ); 6719 6722
Note: See TracChangeset
for help on using the changeset viewer.