| Server IP : 74.208.236.52 / Your IP : 216.73.216.240 Web Server : Apache System : Linux infong527 4.4.400-icpu-115 #2 SMP Mon Jul 6 08:15:05 UTC 2026 x86_64 User : u44043973 ( 5404757) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/18/d194259149/htdocs/dosclub/wp-content/plugins/mashsharer/ |
Upload File : |
<?php
/**
* Plugin Name: Mashshare Share Buttons
* Plugin URI: https://www.mashshare.net
* Description: Mashshare is a Share functionality inspired by the great
* website Mashable for Facebook and Twitter. More networks available.
* Author: DearHive
* Author URI: http://dearhive.com/
* Version: 4.0.47
* Text Domain: mashsb
* Domain Path: /languages
*
* Copyright 2016-2022 René Hermenau rene@wp-staging.com
* Copyright 01.2023-09.2023 WPChill heyyy@wpchill.com
* Copyright 10.2023 DearHive contact@dearhive.com
*
* Original Plugin URI: https://www.mashshare.net
* Original Author URI: https://www.mashshare.net
* Original Author: https://profiles.wordpress.org/renehermi/
*
* Mashshare Share Buttons 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 any later
* version.
*
* Mashshare Share Buttons 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 Mashshare Share Buttons. If not, see
* <http://www.gnu.org/licenses/>.
*
* @package MASHSB
* @category Core
* @author René Hermenau
* @version 4.0.47
*/
// Exit if accessed directly
if (!defined('ABSPATH')) {
exit;
}
include plugin_dir_path( __FILE__ ) . "mashshare-core.php";