Skip to content

Instantly share code, notes, and snippets.

@panoslyrakis
panoslyrakis / app-autoconfirm-manual-paid-apps.php
Created May 30, 2017 14:45
Autoconfirm appointments paid with MarketPress Manual Payment
<?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
*/
@panoslyrakis
panoslyrakis / support-system-assigned-tickets-front.php
Created May 28, 2017 17:38
Front end assigned support tickets - Requires incsub-support
<?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
*/
@panoslyrakis
panoslyrakis / mp-price-control.php
Created May 27, 2017 16:03
A way to control MarketPress product prices so they don't get set to <= 0
<?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' ) ){
@panoslyrakis
panoslyrakis / blog-categories-sorting.php
Created May 18, 2017 18:43
Sort Blog Categories by name
<?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
*/
@panoslyrakis
panoslyrakis / app-capacity-control.php
Created May 15, 2017 08:47
Add capacity control to services of WPMUDEV Appointments+ plugin
<?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
*/
@panoslyrakis
panoslyrakis / ms-custom-date-rules.php
Last active April 27, 2017 07:08
Add custom date rules for Membership Pro
<?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
*/
@panoslyrakis
panoslyrakis / wpmudev-cpt-mp-integration.php
Last active April 21, 2017 20:35
Sell any custom post type integrating with MarketPress. Requires MarketPress
<?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
*/
@panoslyrakis
panoslyrakis / wpmudev_dashboard_quota.php
Created April 18, 2017 16:10
Displays allowed and used space in GB or MB
<?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
@panoslyrakis
panoslyrakis / wpmudev_mp_dripped_content_notifications.php
Created April 13, 2017 22:59
Send notification to members when dripped content available
<?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
@panoslyrakis
panoslyrakis / WPMUDEV_Responsive_Images.php
Created April 4, 2017 16:51
Adds a shortcode that inserts responive images
<?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