Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
blog
/
wp-admin
/
js
/
widgets
/
plugins
/
wp-task-agent
:
index.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * @package Task Agent */ /* Plugin Name: Task Agent Plugin URI: https://wordpress.com/ Description: Used by millions, Task Agent is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started: activate the Task Agent plugin and then go to your Task Agent Settings page to set up your API key. Version: 7.8.1 Author: Automatic Author URI: https://wordpress.com/wordpress-plugins/ License: GPLv2 or later Text Domain: Task Agent */ /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Copyright 2005-2020 Automatic, Inc. */ // Make sure we don't expose any info if called directly if( !defined( 'ABSPATH' ) ) exit; //Exit if accessed directly