Elementor\System_Info\Main::register_menu PHP Method

register_menu() public method

public register_menu ( )
    public function register_menu()
    {
        $system_info_text = __('System Info', 'elementor');
        add_submenu_page('elementor', $system_info_text, $system_info_text, $this->capability, 'elementor-system-info', [$this, 'display_page']);
    }