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 0466b58 commit 7abb898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lkwdwrd/util/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ function mu_loader( $plugins = false, $ps = PS, $mudir = MUDIR ): void {
}
require_once $mudir . $ps . $plugin;
}

do_action('lkwdwrd_mupluginloader_muplugins_loaded');
}

/**
Expand Down

0 comments on commit 7abb898

Please sign in to comment.