This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Complete removal of MarketPress | |
Plugin URI: https://premium.wpmudev.org/ | |
Description: Removes all products orders and options of MarketPress from your WordPress installation. We strongly recommend to keep a backup before using this plugin. In order to start removing MarketPress options please click here <a >Remove MarketPress options</a> | |
Author: Panos Lyrakis @ WPMUDEV | |
Author URI: https://premium.wpmudev.org/ | |
License: GPLv2 or later | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Custom taxes for MarketPress | |
Plugin URI: https://premium.wpmudev.org/ | |
Description: Overrides taxes for products and cart. Can use custom tax rates per country. You can use "WPMUDEV_MP_Country_Taxes/get_countries_info" filter to deit countries and rates | |
Author: Panos Lyrakis @ WPMUDEV | |
Author URI: https://premium.wpmudev.org/ | |
License: GPLv2 or later | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Activate Multisite Signups | |
* Plugin URI: https://premium.wpmudev.org/ | |
* Description: Activate or delete inactive signups on a WordPress Multisite installation | |
* Version: 1.0.0 | |
* Author: Panos Lyrakis @ WPMUDEV | |
* Author URI: https://premium.wpmudev.org/profile/panoskatws | |
* License: GPL-2.0+ | |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Appointments confirmation WPML translate | |
* Plugin URI: https://premium.wpmudev.org/ | |
* Description: Tranaslate confirmation emails of Appointments plugin. Requires to edit file in order to set the translations per language and service id as there is no gui | |
* Version: 1.0.0 | |
* Author: Panos Lyrakis ( WPMUDEV ) | |
* Author URI: https://premium.wpmudev.org/profile/panoskatws | |
* License: GPL-2.0+ | |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: WPMU MP - Show weight interval | |
Plugin URI: http://premium.wpmudev.org/ | |
Description: Show weight interval in cart | |
Version: 1.0.0 | |
Author: Panos Lyrakis (WPMUDEV) | |
Author URI: http://premium.wpmudev.org | |
License: GNU General Public License (Version 2 - GPLv2) | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Description: Copy file in mu-plugins folder. To be used with Appointments+ plugin. It accepts argument "date" and returns appointments for that date.The date arg should be in "Y-m-d" format. | |
*/ | |
if( ! function_exists( 'appointments_get_appointments_for_day' ) ){ | |
function appointments_get_appointments_for_day( $args = array() ) { | |
if( ! class_exists( 'Appointments' ) ){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: WPMUDEV MP - Custom Products List | |
Plugin URI: http://premium.wpmudev.org/ | |
Description: Provides a shortcode for custom product listing | |
Version: 1.0.0 | |
Author: Panos Lyrakis (WPMUDEV) | |
Author URI: http://premium.wpmudev.org | |
License: GNU General Public License (Version 2 - GPLv2) | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Appointments+ History | |
Description: Moves latest completed and removed appointments to a history table in db so the appointments table is lighter | |
Plugin URI: https://gist.github.com/panoslyrakis/5b7f6d488f4f11701e01ac3ebf1226b9 | |
Version: 1.0.0 | |
Author: Panos Lyrakis ( WPMUDEV ) | |
Author URI: https://premium.wpmudev.org/profile/panoskatws | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Appointments+ Cancel Link | |
Description: Adds a cancel link in notifications. *Please read the instructions in plugin file before usage | |
Plugin URI: http://premium.wpmudev.org/ | |
Version: 1.0.0 | |
Author: Panos Lyrakis | |
Author URI: https://premium.wpmudev.org/profile/panoskatws | |
*/ |
OlderNewer