-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package/namespace to WPEmergeThemeCore
- Loading branch information
1 parent
2b056eb
commit 6fa53b2
Showing
19 changed files
with
70 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
/** | ||
* @package WPEmerge | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Application; | ||
namespace WPEmergeThemeCore\Application; | ||
|
||
use WPEmergeTheme\Theme\Theme; | ||
use WPEmergeThemeCore\Theme\Theme; | ||
|
||
/** | ||
* Can be applied to your App class via a "@mixin" annotation for better IDE support. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Assets; | ||
namespace WPEmergeThemeCore\Assets; | ||
|
||
use WPEmerge\Helpers\MixedType; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Assets; | ||
namespace WPEmergeThemeCore\Assets; | ||
|
||
use WPEmerge\ServiceProviders\ServiceProviderInterface; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Assets; | ||
namespace WPEmergeThemeCore\Assets; | ||
|
||
use WPEmergeTheme\Concerns\JsonFileNotFoundException; | ||
use WPEmergeTheme\Concerns\ReadsJsonTrait; | ||
use WPEmergeThemeCore\Concerns\JsonFileNotFoundException; | ||
use WPEmergeThemeCore\Concerns\ReadsJsonTrait; | ||
|
||
class Manifest { | ||
use ReadsJsonTrait { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Avatar; | ||
namespace WPEmergeThemeCore\Avatar; | ||
|
||
use WP_Comment; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Avatar; | ||
namespace WPEmergeThemeCore\Avatar; | ||
|
||
use WPEmerge\ServiceProviders\ServiceProviderInterface; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Concerns; | ||
namespace WPEmergeThemeCore\Concerns; | ||
|
||
use Exception; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Concerns; | ||
namespace WPEmergeThemeCore\Concerns; | ||
|
||
use Exception; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Concerns; | ||
namespace WPEmergeThemeCore\Concerns; | ||
|
||
use WPEmerge\Support\Arr; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Config; | ||
namespace WPEmergeThemeCore\Config; | ||
|
||
use WPEmergeTheme\Concerns\ReadsJsonTrait; | ||
use WPEmergeThemeCore\Concerns\ReadsJsonTrait; | ||
|
||
class Config { | ||
use ReadsJsonTrait { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Config; | ||
namespace WPEmergeThemeCore\Config; | ||
|
||
use WPEmerge\ServiceProviders\ServiceProviderInterface; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Image; | ||
namespace WPEmergeThemeCore\Image; | ||
|
||
use WPEmerge\Helpers\MixedType; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Image; | ||
namespace WPEmergeThemeCore\Image; | ||
|
||
use WPEmerge\ServiceProviders\ServiceProviderInterface; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Sidebar; | ||
namespace WPEmergeThemeCore\Sidebar; | ||
|
||
class Sidebar { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Sidebar; | ||
namespace WPEmergeThemeCore\Sidebar; | ||
|
||
use WPEmerge\ServiceProviders\ServiceProviderInterface; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Theme; | ||
namespace WPEmergeThemeCore\Theme; | ||
|
||
use WPEmerge\Application\Application; | ||
|
||
|
@@ -32,45 +32,45 @@ public function __construct( $app ) { | |
} | ||
|
||
/** | ||
* Shortcut to \WPEmergeTheme\Assets\Assets. | ||
* Shortcut to \WPEmergeThemeCore\Assets\Assets. | ||
* | ||
* @return \WPEmergeTheme\Assets\Assets | ||
* @return \WPEmergeThemeCore\Assets\Assets | ||
*/ | ||
public function assets() { | ||
return $this->app->resolve( 'wpemerge_theme.assets.assets' ); | ||
} | ||
|
||
/** | ||
* Shortcut to \WPEmergeTheme\Avatar\Avatar. | ||
* Shortcut to \WPEmergeThemeCore\Avatar\Avatar. | ||
* | ||
* @return \WPEmergeTheme\Avatar\Avatar | ||
* @return \WPEmergeThemeCore\Avatar\Avatar | ||
*/ | ||
public function avatar() { | ||
return $this->app->resolve( 'wpemerge_theme.avatar.avatar' ); | ||
} | ||
|
||
/** | ||
* Shortcut to \WPEmergeTheme\Config\Config. | ||
* Shortcut to \WPEmergeThemeCore\Config\Config. | ||
* | ||
* @return \WPEmergeTheme\Config\Config | ||
* @return \WPEmergeThemeCore\Config\Config | ||
*/ | ||
public function config() { | ||
return $this->app->resolve( 'wpemerge_theme.config.config' ); | ||
} | ||
|
||
/** | ||
* Shortcut to \WPEmergeTheme\Image\Image. | ||
* Shortcut to \WPEmergeThemeCore\Image\Image. | ||
* | ||
* @return \WPEmergeTheme\Image\Image | ||
* @return \WPEmergeThemeCore\Image\Image | ||
*/ | ||
public function image() { | ||
return $this->app->resolve( 'wpemerge_theme.image.image' ); | ||
} | ||
|
||
/** | ||
* Shortcut to \WPEmergeTheme\Sidebar\Sidebar. | ||
* Shortcut to \WPEmergeThemeCore\Sidebar\Sidebar. | ||
* | ||
* @return \WPEmergeTheme\Sidebar\Sidebar | ||
* @return \WPEmergeThemeCore\Sidebar\Sidebar | ||
*/ | ||
public function sidebar() { | ||
return $this->app->resolve( 'wpemerge_theme.sidebar.sidebar' ); | ||
|
@@ -104,9 +104,9 @@ public function partial( $partial, $child = '', $context = [] ) { | |
} | ||
|
||
/** | ||
* Alias for WPEmergeTheme\Assets\Assets::getThemeUri(). | ||
* Alias for WPEmergeThemeCore\Assets\Assets::getThemeUri(). | ||
* | ||
* @see \WPEmergeTheme\Assets\Assets::getThemeUri | ||
* @see \WPEmergeThemeCore\Assets\Assets::getThemeUri | ||
* @return string | ||
*/ | ||
public function uri() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* @package WPEmergeTheme | ||
* @package WPEmergeThemeCore | ||
* @author Atanas Angelov <[email protected]> | ||
* @copyright 2017-2019 Atanas Angelov | ||
* @copyright 2017-2020 Atanas Angelov | ||
* @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 | ||
* @link https://wpemerge.com/ | ||
*/ | ||
|
||
namespace WPEmergeTheme\Theme; | ||
namespace WPEmergeThemeCore\Theme; | ||
|
||
use WPEmerge\ServiceProviders\ServiceProviderInterface; | ||
|
||
|