# pixel-gallery/trunk/modules/plex/module.info.php

Pixel Gallery Addons for Elementor – Easy Grid, Creative Gallery, Drag and Drop Grid, Custom Grid Layout, Portfolio Gallery, version trunk. 10 lines.

- Page: https://pluginprobe.com/plugins/pixel-gallery/trunk/code/modules/plex/module.info.php
- Raw: https://pluginprobe.com/plugins/pixel-gallery/trunk/raw/modules/plex/module.info.php
- Modified: 2022-08-09T13:32:32+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/pixel-gallery/trunk/code/modules/plex/module.info.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

return [
	'title'              => esc_html__( 'Plex', 'pixel-gallery' ),
	'required'           => true,
	'default_activation' => true,
	'has_style'          => true,
];

```
