Skip to content

Commit

Permalink
Merge pull request #36 from boxuk/add-action-for-mu-plugins-loaded-1x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Jenkins authored Dec 1, 2021
2 parents 0466b58 + 7abb898 commit e7f0317
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 e7f0317

Please sign in to comment.