📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 23:31:03
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
meta-box
/
src
/
Integrations
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/meta-box/src/Integrations
🔄 Refresh
✏️
Editing: Elementor.php
Writable
<?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', ] ); } }
💾 Save Changes
❌ Cancel