ヤミRoot VoidGate
User / IP
:
216.73.216.137
Host / Server
:
173.201.252.198 / gabrieltopman.com
System
:
Linux p3plzcpnl482572.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Command
|
Upload
|
Mass Deface
|
Create
:
/
home
/
l1ltxx5gqn9k
/
public_html
/
wp-content
/
themes
/
neve
/
inc
/
admin
/
metabox
/
Viewing: controls_base.php
<?php /** * Page settings metabox. * * @package Neve */ namespace Neve\Admin\Metabox; use Neve\Admin\Metabox\Controls\Control_Base; /** * Class Metabox_Controls_Base * * @package Neve\Admin\Metabox */ abstract class Controls_Base { /** * Controls. * * @var array */ private $controls = array(); /** * Init function */ public function init() { $this->add_controls(); } /** * Add controls. */ abstract protected function add_controls(); /** * Add the control. * * @param Controls\Control_Base|Object $control the control object. */ public function add_control( $control ) { array_push( $this->controls, $control ); } /** * Get the controls. * * @return array */ public function get_controls() { return $this->controls; } }
Coded With 💗 by
0x6ick