Created
March 6, 2020 17:14
-
-
Save ronalfy/0a07865976376b034afd051273004919 to your computer and use it in GitHub Desktop.
Paid Memberships Pro Sponsored Add On
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 | |
global $pmprosm_sponsored_account_levels; | |
$pmprosm_sponsored_account_levels = array( | |
6 => array( | |
'main_level_id' => 6, //redundant but useful | |
'sponsored_level_id' => array(7), //array or single id | |
'seats' => 100 | |
), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment