WordPress

Briefly unavailable for scheduled maintenance.
Check back in a some hours.
403WebShell
403Webshell
Server IP : 38.242.244.58  /  Your IP : 216.73.217.174
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1486879.contaboserver.net 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64
User : root ( 0)
PHP Version : 7.4.3-4ubuntu2.19
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/tribe_david.broken/wp-content/plugins/reviews-feed/class/Common/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/tribe_david.broken/wp-content/plugins/reviews-feed/class/Common/ServiceContainer.php
<?php

namespace SmashBalloon\Reviews\Common;

use SmashBalloon\Reviews\Common\Admin\Blocks\SB_Recommended_Blocks;
use SmashBalloon\Reviews\Common\Admin\MenuService;
use SmashBalloon\Reviews\Common\Admin\SBR_Admin_Notice;
use SmashBalloon\Reviews\Common\Admin\SBR_Collections_Builder;
use SmashBalloon\Reviews\Common\Admin\SBR_New_User;
use SmashBalloon\Reviews\Common\Admin\SBR_Notifications;
use SmashBalloon\Reviews\Common\Admin\SBR_Plugin_Insltaller;
use SmashBalloon\Reviews\Common\Admin\SBR_Support_Tool;
use SmashBalloon\Reviews\Common\Builder\SBR_Feed_Builder;
use SmashBalloon\Reviews\Common\Builder\SBR_New_Providers_Manager;
use SmashBalloon\Reviews\Common\Integrations\Providers\Google;
use SmashBalloon\Reviews\Common\Integrations\Providers\Yelp;
use SmashBalloon\Reviews\Common\Services\CLIService;
use SmashBalloon\Reviews\Common\Services\FeedCacheUpdateService;
use SmashBalloon\Reviews\Common\Services\SBR_Upgrader;
use SmashBalloon\Reviews\Common\Services\SettingsManagerService;
use SmashBalloon\Reviews\Common\Services\ShortcodeService;
use SmashBalloon\Reviews\Common\Utils\EmailVerification;
use Smashballoon\Stubs\Services\ServiceProvider;
use SmashBalloon\Reviews\Common\Services\Upgrade\RoutineManagerService;
use SmashBalloon\Reviews\Common\Builder\SBR_Feed_Saver_Manager;
use SmashBalloon\Reviews\Common\Migrations\Reviews_Post;
use SmashBalloon\Reviews\Common\Settings\SBR_Settings_Builder;
use SmashBalloon\Reviews\Common\Admin\SBR_About_Builder;
use SmashBalloon\Reviews\Common\Admin\SBR_Support_Builder;
use SmashBalloon\Reviews\Common\Tooltip_Wizard;
use SmashBalloon\Reviews\Common\Admin\Blocks\SB_Reviews_Blocks;

class ServiceContainer extends ServiceProvider
{
	protected $services = [
		Reviews_Post::class,
		MenuService::class,
		RoutineManagerService::class,
		//Customizer Services
		\Smashballoon\Customizer\V2\ServiceContainer::class,
		FeedCacheUpdateService::class,
		SettingsManagerService::class,
		ShortcodeService::class,
		Google::class,
		Yelp::class,
		CLIService::class,
		SBR_Feed_Saver_Manager::class,
		SBR_New_Providers_Manager::class,
		SBR_Feed_Builder::class,
		Clear_Cache::class,
		SBR_Settings_Builder::class,
		SBR_About_Builder::class,
		SBR_Support_Builder::class,
		SBR_Admin_Notice::class,
		SBR_Plugin_Insltaller::class,
		SB_Reviews_Blocks::class,
		SB_Recommended_Blocks::class,
		Tooltip_Wizard::class,
		SBR_Notifications::class,
		SBR_New_User::class,
		SBR_Upgrader::class,
		SBR_Collections_Builder::class,
		SBR_Support_Tool::class,
		Error_Reporter::class,
	];

	public function register(): void
	{
		foreach ($this->services as $service) {
			Container::getInstance()->get($service)->register();
		}
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit