Skip to content

Commit

Permalink
[FEATURE] Fire action on completion of mu_loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Taylor committed Dec 1, 2021
1 parent ae18caa commit 075923b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Util/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ function mu_loader($plugins = false, $ps = DIRECTORY_SEPARATOR, $mudir = WPMU_PL
}
require_once $mudir . $ps . $plugin;
}

do_action('muplugins-loaded');
}

/**
Expand Down

0 comments on commit 075923b

Please sign in to comment.