Skip to content

Commit

Permalink
One extras file per Multi Site site #13 #16
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Feb 21, 2022
1 parent 5c277d3 commit 8fb301c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions includes/oik-loader-extras.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ function oik_loader_append_extras( $csvs ) {
}

function oik_loader_extras_file() {
global $blog_id;
$csv_file = WPMU_PLUGIN_DIR ;
$csv_file .= '/';
$csv_file .= 'oik-loader-extras';
//$csv_file .= '.';
//$csv_file .= $blog_id;
$csv_file .= '.';
$csv_file .= $blog_id;
$csv_file .= '.csv';
return $csv_file;
}
Expand Down

0 comments on commit 8fb301c

Please sign in to comment.