# assistant/0.2.1/fl-assistant.php

Assistant – Every Day Productivity Apps, version 0.2.1. 17 lines.

- Page: https://pluginprobe.com/plugins/assistant/0.2.1/code/fl-assistant.php
- Raw: https://pluginprobe.com/plugins/assistant/0.2.1/raw/fl-assistant.php
- Modified: 2019-04-15T18:56: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/assistant/0.2.1/code/fl-assistant.php#L10-L20`.

```php
<?php
/*
 * Plugin Name: Assistant
 * Author: The Beaver Builder Team
 * Author URI: https://www.wpbeaverbuilder.com/?utm_medium=assistant&utm_source=plugins-admin-page&utm_campaign=plugins-admin-author
 * Version: 0.2.1
 * Description: A tool for navigating a site and accomplishing quick tasks without needing the WordPress admin.
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: fl-assistant
 * Copyright: (c) 2019 Beaver Builder
*/

defined( 'ABSPATH' ) || die();

require_once 'classes/class-fl-assistant-plugin-loader.php';

```
