This file contains hidden or 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: Autoconfirm appointments paid with MarketPress Manual Payment | |
| Plugin URI: https://premium.wpmudev.org/ | |
| Description: Requires Appointments+ and MarketPress | |
| Author: Panos Lyrakis @ WPMUDEV | |
| Author URI: https://premium.wpmudev.org/ | |
| License: GPLv2 or later | |
| */ |
This file contains hidden or 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: Front end assigned support tickets | |
| Plugin URI: https://premium.wpmudev.org/ | |
| Description: Adds a shortcode to display the assigned tickets for each user in front end | |
| Author: Panos Lyrakis @ WPMUDEV | |
| Author URI: https://premium.wpmudev.org/ | |
| License: GPLv2 or later | |
| */ |
This file contains hidden or 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: MarletPress Control Product Prices | |
| Plugin URI: https://premium.wpmudev.org/ | |
| Description: A way to control MarketPress product prices so they don't get set to <= 0 | |
| Author: Panos Lyrakis @ WPMUDEV | |
| Author URI: https://premium.wpmudev.org/ | |
| License: GPLv2 or later | |
| */ | |
| if( ! class_exists( 'WPMUDEV_MP_Price_Control' ) ){ |
This file contains hidden or 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: Blog Categories Sorting | |
| Plugin URI: https://premium.wpmudev.org/ | |
| Description: Sort Blog Categories by name | |
| Author: Panos Lyrakis @ WPMUDEV | |
| Author URI: https://premium.wpmudev.org/ | |
| License: GPLv2 or later | |
| */ |
This file contains hidden or 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 capacity control | |
| Plugin URI: https://premium.wpmudev.org/ | |
| Description: Add capacity control to services | |
| Author: Panos Lyrakis @ WPMUDEV | |
| Author URI: https://premium.wpmudev.org/ | |
| License: GPLv2 or later | |
| */ |
This file contains hidden or 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: MS - Custom Date rules | |
| Plugin URI: https://premium.wpmudev.org/ | |
| Description: Add custom date rules for Membership Pro | |
| Author: Panos Lyrakis @ WPMUDEV | |
| Author URI: https://premium.wpmudev.org/ | |
| License: GPLv2 or later | |
| */ |
This file contains hidden or 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: CPT MarketPress integration | |
| Plugin URI: https://premium.wpmudev.org/ | |
| Description: Sell any custom post type integrating with MarketPress. Requires MarketPress | |
| Author: Panos Lyrakis @ WPMUDEV | |
| Author URI: https://premium.wpmudev.org/ | |
| License: GPLv2 or later | |
| */ |
This file contains hidden or 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 Dashboard Quota | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: Displays allowed and used space in GB or MB | |
| * 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 hidden or 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: Dripped content notifications | |
| * Version: 1.0 | |
| * Description: Send notification to members when dripped content available | |
| * Author: Panos Lyrakis (WPMU DEV) | |
| * Author URI: https://premium.wpmudev.org/profile/panoskatws | |
| * Plugin URI: https://premium.wpmudev.org/project/membership/ | |
| * License: GPL2 | |
| * License URI: https://www.gnu.org/licenses/gpl-2.0.html |
This file contains hidden or 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 Responsive Images | |
| * Version: 1.0 | |
| * Description: Adds a shortcode that inserts responive images | |
| * Author: Panos Lyrakis (WPMU DEV) | |
| * Author URI: https://premium.wpmudev.org/profile/panoskatws | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * License: GPL2 | |
| * License URI: https://www.gnu.org/licenses/gpl-2.0.html |