Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > content-control > classes > Base
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Container.php | File | 717 bytes | September 21 2023 14:13:04. | |
Controller.php | File | 751 bytes | June 21 2024 13:00:36. | |
Stream.php | File | 3345 bytes | October 05 2023 03:16:16. | |
Upgrade.php | File | 3044 bytes | May 09 2025 02:30:24. |
<?php /** * Plugin controller. * * @copyright (c) 2021, Code Atlantic LLC. * * @package ContentControl */ namespace ContentControl\Base; defined( 'ABSPATH' ) || exit; /** * Localized container class. */ abstract class Controller implements \ContentControl\Interfaces\Controller { /** * Plugin Container. * * @var \ContentControl\Plugin\Core */ public $container; /** * Initialize based on dependency injection principles. * * @param \ContentControl\Plugin\Core $container Plugin container. * @return void */ public function __construct( $container ) { $this->container = $container; } /** * Check if controller is enabled. * * @return bool */ public function controller_enabled() { return true; } }
SILENT KILLER Tool