#/** * @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 protect your blog from spam. 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.4 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 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 62.109.13.187 / Your IP : 216.73.216.11 [ Web Server : Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/8.2.28 System : Linux robothost.ru 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : mosrembit ( 6064) PHP Version : 8.2.28 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/wp-content/plugins/wp-google-map-gold/classes/ |
Upload File : |
<?php
/**
* Template class
*
* @author Flipper Code<hello@flippercode.com>
* @version 5.3.3
* @package WP Maps Pro
*/
if ( ! class_exists( 'WPGMP_Template' ) ) {
/**
* Controller class to display views.
*
* @author: Flipper Code<hello@flippercode.com>
* @version: 5.3.3
* @package: Maps
*/
class WPGMP_Template extends FlipperCode_HTML_Markup {
function __construct( $options = array() ) {
$dubug_info = maybe_unserialize( get_option( 'wpgmp_settings' ) );
$debug_array = array();
if ( isset( $dubug_info['wpgmp_debug_info'] ) && ! empty( $dubug_info['wpgmp_debug_info'] ) ) {
$debug_array = maybe_unserialize( $dubug_info['wpgmp_debug_info'] );
}
$productOverview = array(
'debug_array' => $debug_array,
'subscribe_mailing_list' => esc_html__( 'Subscribe to our mailing list', 'wpgmp-google-map' ),
'product_info_heading' => esc_html__( 'Plugin Information', 'wpgmp-google-map' ),
'product_info_desc' => esc_html__( 'For each of our plugins, we have created step by step detailed tutorials that helps you to get started quickly.', 'wpgmp-google-map' ),
'live_demo_caption' => esc_html__( 'Product Detail Information', 'wpgmp-google-map' ),
'installed_version' => esc_html__( 'Installed version :', 'wpgmp-google-map' ),
'latest_version_available' => esc_html__( 'Latest Version Available : ', 'wpgmp-google-map' ),
'updates_available' => esc_html__( 'Update Available', 'wpgmp-google-map' ),
'get_started_btn_text' => esc_html__( 'Get Started', 'wpgmp-google-map' ),
'getting_started_link' => 'https://www.wpmapspro.com/tutorials/',
'subscribe_now' => array(
'heading' => esc_html__( 'Subscribe Now', 'wpgmp-google-map' ),
'desc1' => esc_html__( 'Receive updates on our new product features and new products effortlessly.', 'wpgmp-google-map' ),
'desc2' => esc_html__( 'We will not share your email addresses in any case.', 'wpgmp-google-map' ),
),
'product_support' => array(
'heading' => esc_html__( 'Product Support', 'wpgmp-google-map' ),
'desc' => esc_html__( 'For our each product we have very well explained starting guide to get you started in matter of minutes.', 'wpgmp-google-map' ),
'click_here' => esc_html__( ' Click Here', 'wpgmp-google-map' ),
'desc2' => esc_html__( 'For our each product we have set up demo pages where you can see the plugin in working mode. You can see a working demo before making a purchase.', 'wpgmp-google-map' ),
'envato_purchase_date' => esc_html__( 'Purchase Date', 'wpgmp-google-map' ),
'envato_license_type' => esc_html__( 'Licence Type', 'wpgmp-google-map' ),
'envato_support_until' => esc_html__( 'Support Valid Upto', 'wpgmp-google-map' )
),
'links' => array(
'heading' => esc_html__( 'Important Links', 'wpgmp-google-map' ),
'desc' => 'Here are some informative guides.',
'link' => array(
array(
'label' => esc_html__( 'Generating Google Maps API Key', 'wpgmp-google-map' ),
'url' => 'https://www.wpmapspro.com/docs/get-a-google-maps-api-key/'
),
array(
'label' => esc_html__( 'Basic Troubleshooting', 'wpgmp-google-map' ),
'url' => 'https://www.wpmapspro.com/docs/what-to-do-when-google-maps-is-not-visible/'
),
array(
'label' => esc_html__( 'Export/Import', 'wpgmp-google-map' ),
'url' => 'https://www.wpmapspro.com/topic/export-import/'
),
array(
'label' => esc_html__( 'Customizing Infowindow for Locations', 'wpgmp-google-map' ),
'url' => 'https://www.wpmapspro.com/docs/customizing-infowindow-messages-for-locations/'
),
array(
'label' => esc_html__( 'Show Posts on Google Maps', 'wpgmp-google-map' ),
'url' => 'https://www.wpmapspro.com/topic/posts/'
)
,
array(
'label' => esc_html__( 'Creating Custom Filters', 'wpgmp-google-map' ),
'url' => 'https://www.wpmapspro.com/topic/filters/'
),
)
),
'support' => array(
'heading' => esc_html__( 'Plugin Extensions', 'wpgmp-google-map' ),
'desc1' => esc_html__( 'Explore our ready-to-use extensions and unlock even more possibilities with WP Maps Pro.', 'wpgmp-google-map' ),
'link' => array(
'label' => esc_html__( 'Explore Extensions', 'wpgmp-google-map' ),
'url' => 'https://weplugins.com/shop/'
),
),
'create_support_ticket' => array(
'heading' => esc_html__( 'Create Support Ticket', 'wpgmp-google-map' ),
'desc1' => esc_html__( 'If you have any question and need our help, click below button to create a support ticket and our support team will assist you.', 'wpgmp-google-map' ),
'link' => array(
'label' => esc_html__( 'Create Ticket', 'wpgmp-google-map' ),
'url' => 'https://weplugins.com/support/'
)
),
'hire_wp_expert' => array(
'heading' => esc_html__( 'Hire Wordpress Expert', 'wpgmp-google-map' ),
'desc' => esc_html__( 'Do you have a custom requirement which is missing in this plugin?', 'wpgmp-google-map' ),
'desc1' => esc_html__( 'We can customize this plugin according to your needs. Click below button to send an quotation request.', 'wpgmp-google-map' ),
'link' => array(
'label' => esc_html__( 'Request a quotation', 'wpgmp-google-map' ),
'url' => 'https://weplugins.com/contact/'
)
),
);
$productInfo = array(
'productName' => esc_html__( 'WP MAPS PRO', 'wpgmp-google-map' ),
'productSlug' => 'wp-google-map-gold',
'productTextDomain' => 'wpgmp-google-map',
'productVersion' => WPGMP_VERSION,
'productID' => '5211638',
'videoURL' => 'https://www.youtube.com/playlist?list=PLlCp-8jiD3p2PYJI1QCIvjhYALuRGBJ2A',
'docURL' => 'https://wpmapspro.com/tutorials/',
'demoURL' => 'https://www.wpmapspro.com/docs/get-a-google-maps-api-key/',
'productSaleURL' => 'https://weplugins.com/shop',
'multisiteLicence' => 'https://weplugins.com/shop',
'productOverview' => $productOverview,
);
$productInfo = array_merge( $productInfo, $options );
parent::__construct( $productInfo );
}
}
}