# master-addons/3.1.2/inc/admin/templates/includes/documents/base.php

Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder &amp; Template Kits, version 3.1.2. 34 lines.

- Page: https://pluginprobe.com/plugins/master-addons/3.1.2/code/inc/admin/templates/includes/documents/base.php
- Raw: https://pluginprobe.com/plugins/master-addons/3.1.2/raw/inc/admin/templates/includes/documents/base.php
- Modified: 2026-03-08T11:32: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/master-addons/3.1.2/code/inc/admin/templates/includes/documents/base.php#L10-L20`.

```php
<?php
	namespace MasterAddons\Inc\Admin\Templates\Includes\Documents;
	use Elementor\Core\Base\Document as Document;

	/**
	 * Author Name: Liton Arefin
	 * Author URL: https://jeweltheme.com
	 * Date: 9/8/19
	 */



	if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

	class Base extends Document {

		public function get_name() {
			return '';
		}

		public static function get_title() {
			return '';
		}

		public function has_conditions() {
			return true;
		}

		public function get_preview_as_query_args() {
			return array();
		}

	}

```
