/**
 * @package Akismet
 */
/*
Plugin Name: Akismet Anti-spam: Spam Protection
Plugin URI: https://akismet.com/
Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.
Version: 5.5
Requires at least: 5.8
Requires PHP: 7.2
Author: Automattic - Anti-spam Team
Author URI: https://automattic.com/wordpress-plugins/
License: GPLv2 or later
Text Domain: akismet
*/

/*
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-2025 Automattic, Inc.
*/

// Make sure we don't expose any info if called directly
if ( ! function_exists( 'add_action' ) ) {
	echo 'Hi there!  I\'m just a plugin, not much I can do when called directly.';
	exit;
}

define( 'AKISMET_VERSION', '5.5' );
define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'AKISMET_DELETE_LIMIT', 10000 );

register_activation_hook( __FILE__, array( 'Akismet', 'plugin_activation' ) );
register_deactivation_hook( __FILE__, array( 'Akismet', 'plugin_deactivation' ) );

require_once AKISMET__PLUGIN_DIR . 'class.akismet.php';
require_once AKISMET__PLUGIN_DIR . 'class.akismet-widget.php';
require_once AKISMET__PLUGIN_DIR . 'class.akismet-rest-api.php';
require_once AKISMET__PLUGIN_DIR . 'class-akismet-compatible-plugins.php';

add_action( 'init', array( 'Akismet', 'init' ) );

add_action( 'rest_api_init', array( 'Akismet_REST_API', 'init' ) );

add_action( 'init', array( 'Akismet_Compatible_Plugins', 'init' ) );

if ( is_admin() || ( defined( 'WP_CLI' ) && WP_CLI ) ) {
	require_once AKISMET__PLUGIN_DIR . 'class.akismet-admin.php';
	add_action( 'init', array( 'Akismet_Admin', 'init' ) );
}

// add wrapper class around deprecated akismet functions that are referenced elsewhere
require_once AKISMET__PLUGIN_DIR . 'wrapper.php';

if ( defined( 'WP_CLI' ) && WP_CLI ) {
	require_once AKISMET__PLUGIN_DIR . 'class.akismet-cli.php';
}
{"id":2,"name":"redaksi","url":"","description":"","link":"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/","slug":"redaksi","avatar_urls":{"24":"https:\/\/secure.gravatar.com\/avatar\/9b2b22312f69edc09ad988453fc29df040a15b85eed2f7082a206f5093b1cca3?s=24&d=mm&r=g","48":"https:\/\/secure.gravatar.com\/avatar\/9b2b22312f69edc09ad988453fc29df040a15b85eed2f7082a206f5093b1cca3?s=48&d=mm&r=g","96":"https:\/\/secure.gravatar.com\/avatar\/9b2b22312f69edc09ad988453fc29df040a15b85eed2f7082a206f5093b1cca3?s=96&d=mm&r=g"},"meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>redaksi, Pengarang di infoflajk.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"profile\" \/>\n<meta property=\"og:title\" content=\"redaksi, Pengarang di infoflajk.com\" \/>\n<meta property=\"og:url\" content=\"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/\" \/>\n<meta property=\"og:site_name\" content=\"infoflajk.com\" \/>\n<meta property=\"og:image\" content=\"https:\/\/secure.gravatar.com\/avatar\/9b2b22312f69edc09ad988453fc29df040a15b85eed2f7082a206f5093b1cca3?s=500&d=mm&r=g\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"ProfilePage\",\"@id\":\"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/\",\"url\":\"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/\",\"name\":\"redaksi, Pengarang di infoflajk.com\",\"isPartOf\":{\"@id\":\"https:\/\/infoflajk.com\/#website\"},\"breadcrumb\":{\"@id\":\"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Beranda\",\"item\":\"https:\/\/infoflajk.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Arsip untuk redaksi\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/infoflajk.com\/#website\",\"url\":\"https:\/\/infoflajk.com\/\",\"name\":\"infoflajk.com\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/infoflajk.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/infoflajk.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/infoflajk.com\/#organization\",\"name\":\"infoflajk.com\",\"url\":\"https:\/\/infoflajk.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/infoflajk.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/infoflajk.com\/wp-content\/uploads\/2025\/09\/INFOFLAJK.png\",\"contentUrl\":\"https:\/\/infoflajk.com\/wp-content\/uploads\/2025\/09\/INFOFLAJK.png\",\"width\":1080,\"height\":393,\"caption\":\"infoflajk.com\"},\"image\":{\"@id\":\"https:\/\/infoflajk.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/infoflajk.com\/#\/schema\/person\/0e5d0dc0485afd4866a588585ee05537\",\"name\":\"redaksi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/infoflajk.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9b2b22312f69edc09ad988453fc29df040a15b85eed2f7082a206f5093b1cca3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9b2b22312f69edc09ad988453fc29df040a15b85eed2f7082a206f5093b1cca3?s=96&d=mm&r=g\",\"caption\":\"redaksi\"},\"mainEntityOfPage\":{\"@id\":\"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"redaksi, Pengarang di infoflajk.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/","og_locale":"id_ID","og_type":"profile","og_title":"redaksi, Pengarang di infoflajk.com","og_url":"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/","og_site_name":"infoflajk.com","og_image":[{"url":"https:\/\/secure.gravatar.com\/avatar\/9b2b22312f69edc09ad988453fc29df040a15b85eed2f7082a206f5093b1cca3?s=500&d=mm&r=g","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"ProfilePage","@id":"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/","url":"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/","name":"redaksi, Pengarang di infoflajk.com","isPartOf":{"@id":"https:\/\/infoflajk.com\/#website"},"breadcrumb":{"@id":"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/infoflajk.com\/index.php\/author\/redaksi\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Beranda","item":"https:\/\/infoflajk.com\/"},{"@type":"ListItem","position":2,"name":"Arsip untuk redaksi"}]},{"@type":"WebSite","@id":"https:\/\/infoflajk.com\/#website","url":"https:\/\/infoflajk.com\/","name":"infoflajk.com","description":"","publisher":{"@id":"https:\/\/infoflajk.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/infoflajk.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Organization","@id":"https:\/\/infoflajk.com\/#organization","name":"infoflajk.com","url":"https:\/\/infoflajk.com\/","logo":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/infoflajk.com\/#\/schema\/logo\/image\/","url":"https:\/\/infoflajk.com\/wp-content\/uploads\/2025\/09\/INFOFLAJK.png","contentUrl":"https:\/\/infoflajk.com\/wp-content\/uploads\/2025\/09\/INFOFLAJK.png","width":1080,"height":393,"caption":"infoflajk.com"},"image":{"@id":"https:\/\/infoflajk.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/infoflajk.com\/#\/schema\/person\/0e5d0dc0485afd4866a588585ee05537","name":"redaksi","image":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/infoflajk.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9b2b22312f69edc09ad988453fc29df040a15b85eed2f7082a206f5093b1cca3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b2b22312f69edc09ad988453fc29df040a15b85eed2f7082a206f5093b1cca3?s=96&d=mm&r=g","caption":"redaksi"},"mainEntityOfPage":{"@id":"https:\/\/infoflajk.com\/index.php\/author\/redaksi\/"}}]}},"_links":{"self":[{"href":"https:\/\/infoflajk.com\/index.php\/wp-json\/wp\/v2\/users\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/infoflajk.com\/index.php\/wp-json\/wp\/v2\/users"}]}}