Skip to content

Commit

Permalink
Merge pull request #1023 from manikantakailasa/PRESS4-509
Browse files Browse the repository at this point in the history
feature/Launchpad with view & add buttons - PRESS4 509
  • Loading branch information
ramyakrishnai authored Apr 18, 2024
2 parents 4432dd6 + dc178e0 commit 95c8905
Show file tree
Hide file tree
Showing 12 changed files with 22,009 additions and 23,587 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"newfold-labs/wp-module-deactivation": "^1.1.1",
"newfold-labs/wp-module-ecommerce": "^1.3.27",
"newfold-labs/wp-module-global-ctb": "^1.0.11",
"newfold-labs/wp-module-facebook": "^1.0.3",
"newfold-labs/wp-module-help-center": "^1.0.24",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.2.4",
Expand Down
42 changes: 22 additions & 20 deletions composer.lock

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

5 changes: 5 additions & 0 deletions inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ public static function subpages() {
$home = array(
'bluehost#/home' => __( 'Home', 'wp-plugin-bluehost' ),
);
$pagesAndPosts = array(
'bluehost#/pages&posts' => __( 'Pages & Posts', 'wp-plugin-bluehost' ),
);
$store = array(
'bluehost#/store' => __( 'Store', 'wp-plugin-bluehost' ),
);
Expand All @@ -89,6 +92,7 @@ public static function subpages() {
if ( 'atomic' === getContext( 'platform' ) ) {
return array_merge(
$home,
$pagesAndPosts,
$store,
$marketplace,
$settings,
Expand All @@ -98,6 +102,7 @@ public static function subpages() {

return array_merge(
$home,
$pagesAndPosts,
$store,
$marketplace,
$performance,
Expand Down
Loading

0 comments on commit 95c8905

Please sign in to comment.