Skip to content

Commit

Permalink
Site Info Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Jul 7, 2023
1 parent 6bdc1cf commit ec97f7b
Show file tree
Hide file tree
Showing 13 changed files with 240 additions and 230 deletions.
2 changes: 2 additions & 0 deletions inc/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public static function runtime() {
'resturl' => \get_home_url() . '/index.php?rest_route=',
'wpversion' => $wp_version,
'admin' => \admin_url(),
'siteurl' => \get_site_url(),
'sitetitle' => htmlspecialchars_decode( \get_bloginfo( 'name' ) ),
'assets' => HOSTGATOR_PLUGIN_URL . 'assets/',
'brand' => get_option( 'mm_brand', false ),
'region' => get_option( 'hg_region', false ),
Expand Down
28 changes: 0 additions & 28 deletions src/app/components/header/index.js

This file was deleted.

21 changes: 0 additions & 21 deletions src/app/components/header/logo.js

This file was deleted.

16 changes: 0 additions & 16 deletions src/app/components/header/nav-large.js

This file was deleted.

42 changes: 0 additions & 42 deletions src/app/components/header/nav-mobile.js

This file was deleted.

35 changes: 0 additions & 35 deletions src/app/components/header/nav-utility.js

This file was deleted.

87 changes: 0 additions & 87 deletions src/app/components/header/stylesheet.scss

This file was deleted.

Loading

0 comments on commit ec97f7b

Please sign in to comment.