Elementor\Tools::register_admin_menu PHP Method

register_admin_menu() public method

public register_admin_menu ( )
    public function register_admin_menu()
    {
        add_submenu_page(Settings::PAGE_ID, __('Elementor Tools', 'elementor'), __('Tools', 'elementor'), 'manage_options', self::PAGE_ID, [$this, 'display_settings_page']);
    }