File manager - Edit - /home/verseaumee/josholurinfr/wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-menu-item.php
Back
<?php namespace ElementorPro\Modules\Popup\AdminMenuItems; use Elementor\Core\Admin\Menu\Interfaces\Admin_Menu_Item; use Elementor\TemplateLibrary\Source_Local; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Popups_Menu_Item implements Admin_Menu_Item { public function get_capability() { return 'publish_posts'; } public function get_label() { return esc_html__( 'Popups', 'elementor-pro' ); } public function get_parent_slug() { return Source_Local::ADMIN_MENU_SLUG; } public function get_position() { return null; } public function is_visible() { return true; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings