PluginProbe
Assistant – Every Day Productivity Apps / 0.2.2
Assistant – Every Day Productivity Apps v0.2.2
1.5.5 trunk 0.1.0 0.2.0 0.2.1 0.2.2 0.3.0 0.3.1 0.4 0.4.1 0.4.2 0.5.0 0.5.1 0.6.0 0.7.0 0.7.0.2 0.7.0.3 0.7.0.4 0.7.0.5 0.7.0.6 0.7.0.7 0.7.0.8 0.7.0.9 0.7.1 1.0 All 71 releases
assistant / fl-assistant.php

fl-assistant.php in Assistant – Every Day Productivity Apps 0.2.2, at fl-assistant.php

17 lines 598 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /*
3 * Plugin Name: Assistant
4 * Author: The Beaver Builder Team
5 * Author URI: https://www.wpbeaverbuilder.com/?utm_medium=assistant&utm_source=plugins-admin-page&utm_campaign=plugins-admin-author
6 * Version: 0.2.2
7 * Description: A tool for navigating a site and accomplishing quick tasks without needing the WordPress admin.
8 * License: GNU General Public License v2.0
9 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 * Text Domain: fl-assistant
11 * Copyright: (c) 2019 Beaver Builder
12 */
13
14 defined( 'ABSPATH' ) || die();
15
16 require_once 'classes/class-fl-assistant-plugin-loader.php';
17