You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Plugin Name: Restrict Content Pro - Time-Based Cancel Link
* Description: Prevents the "Cancel your subscription" link from showing until the member has been subscribed to his or her current subscription for at least 3 months.
* Version: 1.0
* Author: Sandhills Development, LLC
* Author URI: https://sandhillsdev.com
* License: GPL2
*/
/**
* Prevents the "Cancel your membership" link from showing until the membership has been
* active for at least 3 months.
*
* @param bool $can_cancel Whether or not the membership can be cancelled.
* @param int $membership_id ID of the membership being checked.