-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
public_html
/
wp-content
/
themes
/
neve
/
inc
/
admin
/
metabox
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
controls
--
NONE
.htaccess
0.231KB
Edit File
Delete File
Rename
controls_base.php
0.77KB
Edit File
Delete File
Rename
main.php
6.628KB
Edit File
Delete File
Rename
manager.php
12.116KB
Edit File
Delete File
Rename
<?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; } }
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat