Skip to content

Commit

Permalink
Solutions: WP CLI commands and premium plugin utlities
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Sep 27, 2024
1 parent b418c3a commit a29d7c8
Show file tree
Hide file tree
Showing 20 changed files with 718 additions and 30 deletions.
3 changes: 1 addition & 2 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function () {
register(
array(
'name' => 'installer',
'label' => __( 'Installer', 'newfold-installer-module' ),
'label' => __( 'Installer', 'wp-module-installer' ),
'callback' => function ( Container $container ) {

if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) {
Expand All @@ -26,7 +26,6 @@ function () {
'isHidden' => true,
)
);

}
);

Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
]
}
},
"require": {
"wp-cli/wp-cli": "^2.11",
"@newfold-labs/wp-module-pls": "^1.0"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2"
},
Expand Down
303 changes: 301 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a29d7c8

Please sign in to comment.