# elementor/4.0.5/core/admin/menu/main.php

Elementor Website Builder – more than just a page builder, version 4.0.5. 22 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.0.5/code/core/admin/menu/main.php
- Raw: https://pluginprobe.com/plugins/elementor/4.0.5/raw/core/admin/menu/main.php
- Modified: 2026-03-30T09:49:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.0.5/code/core/admin/menu/main.php#L10-L20`.

```php
<?php

namespace Elementor\Core\Admin\Menu;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

class Main extends Base {

	protected function get_init_args() {
		return [
			'page_title' => esc_html__( 'Elementor', 'elementor' ),
			'menu_title' => esc_html__( 'Elementor', 'elementor' ),
			'capability' => 'manage_options',
			'menu_slug' => 'elementor',
			'function' => null,
			'position' => 58.5,
		];
	}
}

```
