File: //old_home_backup/medwaycarerscentre.org.uk/public_html/wp-content/plugins/mashsharer/mashshare.php
<?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";