??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pyan.co.uk/wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php
⬅ Kembali
<?php
namespace Elementor\Modules\ElementManager;
use Elementor\Core\Admin\Menu\Interfaces\Admin_Menu_Item_With_Page;
use Elementor\Settings;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
class Admin_Menu_App implements Admin_Menu_Item_With_Page {
public function is_visible() {
return true;
}
public function get_parent_slug() {
return Settings::PAGE_ID;
}
public function get_label() {
return esc_html__( 'Element Manager', 'elementor' );
}
public function get_page_title() {
return esc_html__( 'Element Manager', 'elementor' );
}
public function get_capability() {
return 'manage_options';
}
public function render() {
echo '<div class="wrap">';
echo '<h3 class="wp-heading-inline">' . esc_html__( 'Element Manager', 'elementor' ) . '</h3>';
echo '<div id="elementor-element-manager-wrap"></div>';
echo '</div>';
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 admin-menu-items
dir
—
2026-06-24 10:05
🐘 admin-menu-app.php
php
884 B
2023-11-13 22:19
🐘 ajax.php
php
5.7 KB
2025-10-21 16:51
🐘 module.php
php
3 KB
2026-03-30 13:49
🐘 options.php
php
532 B
2023-11-13 22:19