Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
nycre
/
wp-content
/
plugins
/
meta-box
/
src
/
Integrations
/
File Content:
Elementor.php
<?php namespace MetaBox\Integrations; class Elementor { public function __construct() { add_action( 'elementor/elements/categories_registered', [ $this, 'add_metabox_category' ] ); } public function add_metabox_category() { \Elementor\Plugin::instance()->elements_manager->add_category( 'metabox', [ 'title' => esc_html__( 'Meta Box', 'meta-box' ), 'icon' => 'fa fa-m', ] ); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
Block.php
357 bytes
0644
Bricks.php
276 bytes
0644
Elementor.php
409 bytes
0644
Oxygen.php
372 bytes
0644
WPML.php
4427 bytes
0644
N4ST4R_ID | Naxtarrr