Skip to content

Commit

Permalink
Document lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
dlh01 committed Feb 28, 2024
1 parent 5250454 commit e08d7da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
require_once __DIR__ . '/vendor/wordpress-autoload.php';
}

// Load the feature lazily so that the CommandWithDBObject class is available.
(
new WP_CLI_Feature(
new Lazy_Feature(
Expand Down

0 comments on commit e08d7da

Please sign in to comment.