# ultimate-markdown/trunk/admin/view/documents.php

Ultimate Markdown – Markdown Editor, Importer, &amp; Exporter, version trunk. 10 lines.

- Page: https://pluginprobe.com/plugins/ultimate-markdown/trunk/code/admin/view/documents.php
- Raw: https://pluginprobe.com/plugins/ultimate-markdown/trunk/raw/admin/view/documents.php
- Modified: 2025-12-21T11:39:50+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/ultimate-markdown/trunk/code/admin/view/documents.php#L10-L20`.

```php
<?php
/**
 * The file used to display the "Documents" menu in the admin area.
 *
 * @package ultimate-markdown
 */

$this->menu_elements->capability = get_option( $this->shared->get( 'slug' ) . '_documents_menu_required_capability' );
$this->menu_elements->context    = 'crud';
$this->menu_elements->display_menu_content();
```
